Layer 227
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

GroupCallDonor

Gogram Example

// Creating GroupCallDonorObj constructor
obj := &tg.GroupCallDonorObj{
    Top: nil,
    My: nil,
    PeerId: nil,
    Stars: int64(1234567890),
}