Skip to main content
Module

x/mtkruto/mod.ts>functions.PremiumGetBoostsList

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

Constructors

new
PremiumGetBoostsList(params: { gifts?: true; peer: types.TypeInputPeer; offset: string; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
gifts: true
limit: number
offset: string
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc