Raw.DialogFilterChatlist

Raw.DialogFilterChatlist

A folder imported using a chat folder deep link.

dialogFilterChatlist#96537bd7 flags:# has_my_invites:flags.26?true title_noanimate:flags.28?true id:int title:TextWithEntities emoticon:flags.25?string color:flags.27?int pinned_peers:Vector<InputPeer> include_peers:Vector<InputPeer> = DialogFilter;
export namespace Raw {
  export class DialogFilterChatlist {
    constructor(params: {
      hasMyInvites?: boolean;
      titleNoanimate?: boolean;
      id: number;
      title: Raw.TypeTextWithEntities;
      emoticon?: string;
      color?: number;
      pinnedPeers: Array<Raw.TypeInputPeer>;
      includePeers: Array<Raw.TypeInputPeer>;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x96537bd7

Property