Link Search Menu Expand Document

Constructor: phone.groupCallStars

Back to constructors index

Attributes:

NameTypeRequired
total_starslongYes
top_donorsArray of GroupCallDonorYes
chatsArray of ChatYes
usersArray of UserYes

Type: phone.GroupCallStars

Example:

$phone_groupCallStars = ['_' => 'phone.groupCallStars', 'total_stars' => long, 'top_donors' => [GroupCallDonor, GroupCallDonor], 'chats' => [Chat, Chat], 'users' => [User, User]];