teleproto - v1.229.0
    Preparing search index...

    Class DialogFilter

    Hierarchy (View Summary)

    • VirtualClass<
          {
              bots?: boolean;
              broadcasts?: boolean;
              color?: int;
              contacts?: boolean;
              emoticon?: string;
              excludeArchived?: boolean;
              excludeMuted?: boolean;
              excludePeers: TypeInputPeer[];
              excludeRead?: boolean;
              groups?: boolean;
              id: int;
              includePeers: TypeInputPeer[];
              nonContacts?: boolean;
              pinnedPeers: TypeInputPeer[];
              title: TypeTextWithEntities;
              titleNoanimate?: boolean;
          },
      >
      • DialogFilter
    Index
    • Parameters

      • args: {
            bots?: boolean;
            broadcasts?: boolean;
            color?: number;
            contacts?: boolean;
            emoticon?: string;
            excludeArchived?: boolean;
            excludeMuted?: boolean;
            excludePeers: TypeInputPeer[];
            excludeRead?: boolean;
            groups?: boolean;
            id: number;
            includePeers: TypeInputPeer[];
            nonContacts?: boolean;
            pinnedPeers: TypeInputPeer[];
            title: TextWithEntities;
            titleNoanimate?: boolean;
        }

      Returns DialogFilter

    • Returns {
          bots?: boolean;
          broadcasts?: boolean;
          color?: number;
          contacts?: boolean;
          emoticon?: string;
          excludeArchived?: boolean;
          excludeMuted?: boolean;
          excludePeers: TypeInputPeer[];
          excludeRead?: boolean;
          groups?: boolean;
          id: number;
          includePeers: TypeInputPeer[];
          nonContacts?: boolean;
          pinnedPeers: TypeInputPeer[];
          title: TextWithEntities;
          titleNoanimate?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    bots?: boolean
    broadcasts?: boolean
    className: "DialogFilter"
    classType: "constructor"
    color?: number
    CONSTRUCTOR_ID: 2856789585
    contacts?: boolean
    emoticon?: string
    excludeArchived?: boolean
    excludeMuted?: boolean
    excludePeers: TypeInputPeer[]
    excludeRead?: boolean
    groups?: boolean
    id: number
    includePeers: TypeInputPeer[]
    nonContacts?: boolean
    originalArgs: {
        bots?: boolean;
        broadcasts?: boolean;
        color?: number;
        contacts?: boolean;
        emoticon?: string;
        excludeArchived?: boolean;
        excludeMuted?: boolean;
        excludePeers: TypeInputPeer[];
        excludeRead?: boolean;
        groups?: boolean;
        id: number;
        includePeers: TypeInputPeer[];
        nonContacts?: boolean;
        pinnedPeers: TypeInputPeer[];
        title: TextWithEntities;
        titleNoanimate?: boolean;
    }
    pinnedPeers: TypeInputPeer[]
    SUBCLASS_OF_ID: 1764475991
    titleNoanimate?: boolean