Raw.chatlists.JoinChatlistInvite

Raw.chatlists.JoinChatlistInvite

Import a chat folder deep link, joining some or all the chats in the folder.

chatlists.joinChatlistInvite#a6b1e39a slug:string peers:Vector<InputPeer> = Updates;
export namespace Raw {
  export namespace chatlists {
    export class JoinChatlistInvite {
      constructor(params: { slug: string; peers: Array<Raw.TypeInputPeer> }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xa6b1e39a

Property

  • slug : string

    Slug obtained from a chat folder deep link.

  • peers : Array of Raw.TypeInputPeer

    List of new chats to join, fetched using chatlists.checkchatlistinvite and filtered as specified in the documentation.

Results

Raw.TypeUpdates