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

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

Information about an active supergroup inviter

Constructors

new
StatsGroupTopInviter_(params: { user_id: bigint; invitations: number; })

Properties

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

Number of invitations for statistics period in consideration

user_id: bigint

User ID

Static Properties

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