Raw.chatlists.ChatlistInvite

Raw.chatlists.ChatlistInvite

Info about a chat folder deep link.

chatlists.chatlistInvite#f10ece2f flags:# title_noanimate:flags.1?true title:TextWithEntities 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: {
        titleNoanimate?: boolean;
        title: Raw.TypeTextWithEntities;
        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: 198
Constructor ID: 0xf10ece2f

Property