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

x/mtkruto/tl/2_types.ts>premium_BoostsList_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class premium_BoostsList_
import { premium_BoostsList_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

List of boosts that were applied to a peer by multiple users.

Constructors

new
premium_BoostsList_(params: { count: number; boosts: Array<enums.Boost>; next_offset?: string; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
boosts: Array<enums.Boost>
count: number

Total number of results

optional
next_offset: string

Offset that can be used for pagination.

users: Array<enums.User>

Mentioned users

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc