Raw.chatlists.ChatlistInvite

Raw.chatlists.ChatlistInvite

Info about a chat folder deep link.

chatlists.chatlistInvite#1dcd839d flags:# title:string emoticon:flags.0?string peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = chatlists.ChatlistInvite;
export namespace Raw {
  export namespace chatlists {
    export class ChatlistInvite {
      constructor(params: {
        title: string;
        emoticon?: string;
        peers: Array<Raw.TypePeer>;
        chats: Array<Raw.TypeChat>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1dcd839d

Property