852 B
852 B
title | description | image |
---|---|---|
statsGroupTopAdmin | statsGroupTopAdmin attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGroupTopAdmin
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}