Skip to main content
Module

x/mtkruto/mod.ts>types.StatsGroupTopPoster

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

Constructors

new
StatsGroupTopPoster(params: { userId: bigint; messages: number; avgChars: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
avgChars: number
messages: number
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc