Raw.chatlists.CheckChatlistInvite

Raw.chatlists.CheckChatlistInvite

Obtain information about a chat folder deep link.

chatlists.checkChatlistInvite#41c10fff slug:string = chatlists.ChatlistInvite;
export namespace Raw {
  export namespace chatlists {
    export class CheckChatlistInvite {
      constructor(params: { slug: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x41c10fff

Property

  • slug : string

    Slug obtained from the chat folder deep link

Results

Raw.chatlists.TypeChatlistInvite