phone.getGroupCallStars
Layer 225
Constructor ID: 0x6f636302
Returns: GroupCallStars
Parameters
| Name | Type | Description |
|---|---|---|
call | InputGroupCall |
Example
go
result, err := client.Raw(&tg.GetGroupCallStarsRequest{
call: nil, // InputGroupCall
})
if err != nil {
panic(err)
}
print(result)