teleproto - v1.229.0
    Preparing search index...

    Interface ContactsGetTopPeersParams

    interface ContactsGetTopPeersParams {
        botsApp?: boolean;
        botsGuestchat?: boolean;
        botsInline?: boolean;
        botsPm?: boolean;
        channels?: boolean;
        correspondents?: boolean;
        forwardChats?: boolean;
        forwardUsers?: boolean;
        groups?: boolean;
        hash: BigInteger;
        limit: number;
        offset: number;
        phoneCalls?: boolean;
    }
    Index
    botsApp?: boolean

    Most frequently used Main Mini Bot Apps .

    botsGuestchat?: boolean
    botsInline?: boolean

    Most used inline bots

    botsPm?: boolean

    Most used bots

    channels?: boolean

    Most frequently visited channels

    correspondents?: boolean

    Users we've chatted most frequently with

    forwardChats?: boolean

    Chats to which the users often forwards messages to

    forwardUsers?: boolean

    Users to which the users often forwards messages to

    groups?: boolean

    Often-opened groups and supergroups

    hash: BigInteger

    Hash used for caching, for more info click here

    limit: number

    Maximum number of results to return, see pagination

    offset: number

    Offset for pagination

    phoneCalls?: boolean

    Most frequently called users