Layer 227
PhoneGetGroupCallStars
Fetch a live story's total donations and top donors, see paid live story donations.
method
Users
phone.getGroupCallStars#6f636302 call:InputGroupCall = phone.GroupCallStars;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Live story group call |
Returns
phone.GroupCallStarsGogram Example
// PhoneGetGroupCallStars - positional arguments result, err := client.PhoneGetGroupCallStars(&tg.InputGroupCall{}) if err != nil { // handle error } // result is *tg.PhoneGroupCallStars
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |