github.com/gotd/td/tg.PhoneGetGroupParticipantsRequest.Sources (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_participants_gen.go#L44: Sources []int
tl_phone_get_group_participants_gen.go#L82: if !(g.Sources == nil) {
tl_phone_get_group_participants_gen.go#L114: g.Sources = from.GetSources()
tl_phone_get_group_participants_gen.go#L192: b.PutVectorHeader(len(g.Sources))
tl_phone_get_group_participants_gen.go#L193: for _, v := range g.Sources {
tl_phone_get_group_participants_gen.go#L246: g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_phone_get_group_participants_gen.go#L253: g.Sources = append(g.Sources, value)
tl_phone_get_group_participants_gen.go#L294: return g.Sources
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |