phone.getGroupCallStars
Fetch the livestream donor and paid-message leaderboard.
func (c *Client) PhoneGetGroupCallStars(ctx context.Context, call InputGroupCallClass) (*PhoneGroupCallStars, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.PhoneGetGroupCallStars(ctx, call)
if err != nil {
return err
}
_ = res // *PhoneGroupCallStars
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Call | InputGroupCallClass | yes | Call field of PhoneGetGroupCallStarsRequest. |
Returns
Possible errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
References
- Official documentation
- Generated Go reference
- TL definition:
phone.getGroupCallStars#6f636302