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