mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image |
---|---|---|---|
statsGroupTopAdmin | Information about an active admin in a supergroup | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGroupTopAdmin
Information about an active admin in a supergroup
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | User ID |
deleted | int | Yes | Number of deleted messages for statistics period in consideration |
kicked | int | Yes | Number of kicked users for statistics period in consideration |
banned | int | Yes | Number of banned users for statistics period in consideration |
Type: StatsGroupTopAdmin
Example:
$statsGroupTopAdmin = ['_' => 'statsGroupTopAdmin', 'user_id' => long, 'deleted' => int, 'kicked' => int, 'banned' => int];