StatsGroupTopAdmin
- class pyrogram.raw.types.StatsGroupTopAdmin
Information about an active admin in a supergroup
Constructor of
StatsGroupTopAdmin.- Details:
Layer:
223ID:
D7584C87
- Parameters:
user_id (
int64-bit) – User IDdeleted (
int32-bit) – Number of deleted messages for statistics period in considerationkicked (
int32-bit) – Number of kicked users for statistics period in considerationbanned (
int32-bit) – Number of banned users for statistics period in consideration
TL Schema
statsGroupTopAdmin#d7584c87
user_id:long
deleted:int
kicked:int
banned:int
= StatsGroupTopAdmin
Parameter Tree
StatsGroupTopAdmin
├── user_id →
long├── deleted →
int├── kicked →
int└── banned →
intExample
StatsGroupTopAdmin(
user_id=0,
deleted=0,
kicked=0,
banned=0,
)