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>StatsGroupTopAdmin_

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

Information about an active admin in a supergroup

Constructors

new
StatsGroupTopAdmin_(params: { user_id: bigint; deleted: number; kicked: number; banned: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
banned: number

Number of banned users for statistics period in consideration

deleted: number

Number of deleted messages for statistics period in consideration

kicked: number

Number of kicked users for statistics period in consideration

user_id: bigint

User ID

Static Properties

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