Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>contacts_getTopPeers_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class contacts_getTopPeers_
extends Function_<enums.contacts.TopPeers>
import { contacts_getTopPeers_ } from "https://deno.land/x/mtkruto@0.1.128/tl/3_functions.ts";

Constructors

new
contacts_getTopPeers_(params: { correspondents?: true; bots_pm?: true; bots_inline?: true; phone_calls?: true; forward_users?: true; forward_chats?: true; groups?: true; channels?: true; offset: number; limit: number; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
bots_inline: true
optional
bots_pm: true
optional
channels: true
optional
correspondents: true
optional
forward_chats: true
optional
forward_users: true
optional
groups: true
hash: bigint
limit: number
offset: number
optional
phone_calls: true

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc