github.com/gotd/td/tg.GroupCallParticipantVideoSourceGroup.Sources (field)
9 uses
github.com/gotd/td/tg (current package)
tl_group_call_participant_video_source_group_gen.go#L42: Sources []int
tl_group_call_participant_video_source_group_gen.go#L63: if !(g.Sources == nil) {
tl_group_call_participant_video_source_group_gen.go#L85: g.Sources = from.GetSources()
tl_group_call_participant_video_source_group_gen.go#L138: b.PutVectorHeader(len(g.Sources))
tl_group_call_participant_video_source_group_gen.go#L139: for _, v := range g.Sources {
tl_group_call_participant_video_source_group_gen.go#L175: g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_group_call_participant_video_source_group_gen.go#L182: g.Sources = append(g.Sources, value)
tl_group_call_participant_video_source_group_gen.go#L201: 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. |