StatsGroupTopPoster
- class pyrogram.raw.types.StatsGroupTopPoster
Information about an active user in a supergroup
Constructor of
StatsGroupTopPoster.- Details:
Layer:
223ID:
9D04AF9B
- Parameters:
user_id (
int64-bit) – User IDmessages (
int32-bit) – Number of messages for statistics period in considerationavg_chars (
int32-bit) – Average number of characters per message
TL Schema
statsGroupTopPoster#9d04af9b
user_id:long
messages:int
avg_chars:int
= StatsGroupTopPoster
Parameter Tree
StatsGroupTopPoster
├── user_id →
long├── messages →
int└── avg_chars →
intExample
StatsGroupTopPoster(
user_id=0,
messages=0,
avg_chars=0,
)