Raw.messages.ChatAdminsWithInvites

Raw.messages.ChatAdminsWithInvites

Info about chat invites generated by admins.

messages.chatAdminsWithInvites#b69b72d7 admins:Vector<ChatAdminWithInvites> users:Vector<User> = messages.ChatAdminsWithInvites;
export namespace Raw {
  export namespace messages {
    export class ChatAdminsWithInvites {
      constructor(params: {
        admins: Array<Raw.TypeChatAdminWithInvites>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xb69b72d7

Property