Layer 220
method
phone.getGroupCallStars#6f636302 call:InputGroupCall = phone.GroupCallStars;

Parameters

Name Type Description
Call InputGroupCall

Gogram Example

// PhoneGetGroupCallStars - positional arguments
result, err := client.PhoneGetGroupCallStars(&tg.InputGroupCall{})
if err != nil {
    // handle error
}
// result is *tg.PhoneGroupCallStars