Layer 220
PhoneGetGroupCallStars
method
phone.getGroupCallStars#6f636302 call:InputGroupCall = phone.GroupCallStars;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall |
Returns
phone.GroupCallStarsGogram Example
// PhoneGetGroupCallStars - positional arguments result, err := client.PhoneGetGroupCallStars(&tg.InputGroupCall{}) if err != nil { // handle error } // result is *tg.PhoneGroupCallStars