teleproto - v1.229.0
    Preparing search index...

    Interface DialogFilterIn

    interface DialogFilterIn {
        _: "dialogFilter";
        bots?: boolean;
        broadcasts?: boolean;
        color?: number;
        contacts?: boolean;
        emoticon?: string;
        excludeArchived?: boolean;
        excludeMuted?: boolean;
        excludePeers: TypeInputPeerIn[];
        excludeRead?: boolean;
        groups?: boolean;
        id: number;
        includePeers: TypeInputPeerIn[];
        nonContacts?: boolean;
        pinnedPeers: TypeInputPeerIn[];
        title: TextWithEntitiesIn;
        titleNoanimate?: boolean;
    }
    Index
    _: "dialogFilter"
    bots?: boolean
    broadcasts?: boolean
    color?: number
    contacts?: boolean
    emoticon?: string
    excludeArchived?: boolean
    excludeMuted?: boolean
    excludePeers: TypeInputPeerIn[]
    excludeRead?: boolean
    groups?: boolean
    id: number
    includePeers: TypeInputPeerIn[]
    nonContacts?: boolean
    pinnedPeers: TypeInputPeerIn[]
    titleNoanimate?: boolean