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

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

Information about an active user in a supergroup

Constructors

new
StatsGroupTopPoster_(params: { user_id: bigint; messages: number; avg_chars: number; })

Properties

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

Average number of characters per message

messages: number

Number of messages for statistics period in consideration

user_id: bigint

User ID

Static Properties

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