Skip to main content
Module

x/mtkruto/mod.ts>types.PremiumBoostsList

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

Constructors

new
PremiumBoostsList(params: { count: number; boosts: Array<TypeBoost>; nextOffset?: string; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
boosts: Array<TypeBoost>
count: number
optional
nextOffset: string
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc