Raw.messages.ImportChatInvite

Raw.messages.ImportChatInvite

Import a chat invite and join a private chat/supergroup/channel

messages.importChatInvite#6c50051c hash:string = Updates;
export namespace Raw {
  export namespace messages {
    export class ImportChatInvite {
      constructor(params: { hash: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x6c50051c

Property

  • hash : string

    Hash from a chat invite deep link

Results

Raw.TypeUpdates