StatsGroupTopInviter

class pyrogram.raw.base.StatsGroupTopInviter

Most active inviter in a supergroup

Constructors:

This base type has 1 constructor available.

StatsGroupTopInviter

Information about an active supergroup inviter

TL Schema

statsGroupTopInviter#535f779d
user_id:long
invitations:int

= StatsGroupTopInviter

Parameter Tree

StatsGroupTopInviter
├── user_idlong
└── invitationsint

Example

StatsGroupTopInviter(
    user_id=0,
    invitations=0,
)