Skip to main content
Module

x/mtkruto/mod.ts>functions.ContactsGetTopPeers

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ContactsGetTopPeers
extends Function<types.TypeContactsTopPeers>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { ContactsGetTopPeers } = functions;

Constructors

new
ContactsGetTopPeers(params: { correspondents?: true; botsPm?: true; botsInline?: true; phoneCalls?: true; forwardUsers?: true; forwardChats?: true; groups?: true; channels?: true; offset: number; limit: number; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
botsInline: true
optional
botsPm: true
optional
channels: true
optional
correspondents: true
optional
forwardChats: true
optional
forwardUsers: true
optional
groups: true
hash: bigint
limit: number
offset: number
optional
phoneCalls: true

Static Properties

readonly
[paramDesc]: ParamDesc