github.com/gotd/td/tg.PhoneGroupCallStars.TopDonors (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_stars_gen.go#L41: TopDonors []GroupCallDonor
tl_phone_group_call_stars_gen.go#L66: if !(g.TopDonors == nil) {
tl_phone_group_call_stars_gen.go#L96: g.TopDonors = from.GetTopDonors()
tl_phone_group_call_stars_gen.go#L159: b.PutVectorHeader(len(g.TopDonors))
tl_phone_group_call_stars_gen.go#L160: for idx, v := range g.TopDonors {
tl_phone_group_call_stars_gen.go#L216: g.TopDonors = make([]GroupCallDonor, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_stars_gen.go#L223: g.TopDonors = append(g.TopDonors, value)
tl_phone_group_call_stars_gen.go#L276: return g.TopDonors
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |