Layer 227
GroupCallDonorObj
Describes a live story donor in the donation leaderboard.
constructor
groupCallDonor#ee430c85 flags:# top:flags.0?true my:flags.1?true peer_id:flags.3?Peer stars:long = GroupCallDonor;
Parameters
| Name | Type | Description |
|---|---|---|
| Top | flags .0? true | Whether this donor is included in the top-donor leaderboard |
| My | flags .1? true | Whether this entry describes the current user's donations |
| PeerId | flags .3? Peer | Donor displayed in the leaderboard |
| Stars | long | Total Stars donated by this donor |
Returns
GroupCallDonorGogram Example
// Creating GroupCallDonorObj constructor obj := &tg.GroupCallDonorObj{ Top: nil, My: nil, PeerId: nil, Stars: int64(1234567890), }