807 B
807 B
title | description | image |
---|---|---|
statsGroupTopPoster | statsGroupTopPoster attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGroupTopPoster
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
messages | int | Yes |
avg_chars | int | Yes |
Type: StatsGroupTopPoster
Example:
$statsGroupTopPoster = ['_' => 'statsGroupTopPoster', 'user_id' => int, 'messages' => int, 'avg_chars' => int];
Or, if you're into Lua:
statsGroupTopPoster={_='statsGroupTopPoster', user_id=int, messages=int, avg_chars=int}