Constructor: phone.groupCallStars
Attributes:
| Name | Type | Required |
|---|---|---|
| total_stars | long | Yes |
| top_donors | Array of GroupCallDonor | Yes |
| chats | Array of Chat | Yes |
| users | Array of User | Yes |
Type: phone.GroupCallStars
Example:
$phone_groupCallStars = ['_' => 'phone.groupCallStars', 'total_stars' => long, 'top_donors' => [GroupCallDonor, GroupCallDonor], 'chats' => [Chat, Chat], 'users' => [User, User]];