Raw.DialogFilter

Raw.DialogFilter

Dialog filter aka folder

dialogFilter#aa472651 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?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> exclude_peers:Vector<InputPeer> = DialogFilter;
export namespace Raw {
  export class DialogFilter {
    constructor(params: {
      contacts?: boolean;
      nonContacts?: boolean;
      groups?: boolean;
      broadcasts?: boolean;
      bots?: boolean;
      excludeMuted?: boolean;
      excludeRead?: boolean;
      excludeArchived?: boolean;
      titleNoanimate?: boolean;
      id: number;
      title: Raw.TypeTextWithEntities;
      emoticon?: string;
      color?: number;
      pinnedPeers: Array<Raw.TypeInputPeer>;
      includePeers: Array<Raw.TypeInputPeer>;
      excludePeers: Array<Raw.TypeInputPeer>;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0xaa472651

Property