Raw.chatlists.ChatlistInviteAlready

Raw.chatlists.ChatlistInviteAlready

Updated info about a chat folder deep link we already imported.

chatlists.chatlistInviteAlready#fa87f659 filter_id:int missing_peers:Vector<Peer> already_peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = chatlists.ChatlistInvite;
export namespace Raw {
  export namespace chatlists {
    export class ChatlistInviteAlready {
      constructor(params: {
        filterId: number;
        missingPeers: Array<Raw.TypePeer>;
        alreadyPeers: 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: 0xfa87f659

Property