StatsGroupTopAdmin
- class pyrogram.raw.base.StatsGroupTopAdmin
Most active admin in a supergroup
- Constructors:
This base type has 1 constructor available.
Information about an active admin in a supergroup
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,
)