Raw.messages.ChatInviteImporters

Raw.messages.ChatInviteImporters

Info about the users that joined the chat using a specific chat invite

messages.chatInviteImporters#81b6b00a count:int importers:Vector<ChatInviteImporter> users:Vector<User> = messages.ChatInviteImporters;
export namespace Raw {
  export namespace messages {
    export class ChatInviteImporters {
      constructor(params: {
        count: number;
        importers: Array<Raw.TypeChatInviteImporter>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x81b6b00a

Property