MadelineProtoDocs/old_docs/API_docs_v44/constructors/statsGroupTopAdmin.md

852 B

title description image
statsGroupTopAdmin statsGroupTopAdmin attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsGroupTopAdmin

Back to constructors index

Attributes:

Name Type Required
user_id int Yes
deleted int Yes
kicked int Yes
banned int Yes

Type: StatsGroupTopAdmin

Example:

$statsGroupTopAdmin = ['_' => 'statsGroupTopAdmin', 'user_id' => int, 'deleted' => int, 'kicked' => int, 'banned' => int];

Or, if you're into Lua:

statsGroupTopAdmin={_='statsGroupTopAdmin', user_id=int, deleted=int, kicked=int, banned=int}