Raw.messages.CheckChatInvite

Raw.messages.CheckChatInvite

Check the validity of a chat invite link and get basic info about it

messages.checkChatInvite#3eadb1bb hash:string = ChatInvite;
export namespace Raw {
  export namespace messages {
    export class CheckChatInvite {
      constructor(params: { hash: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x3eadb1bb

Property

  • hash : string

    Invite hash from chat invite deep link.

Results

Raw.TypeChatInvite