github.com/gotd/td/tg.GroupCallParticipantVideo.SourceGroups (field)
9 uses
github.com/gotd/td/tg (current package)
tl_group_call_participant_video_gen.go#L49: SourceGroups []GroupCallParticipantVideoSourceGroup
tl_group_call_participant_video_gen.go#L80: if !(g.SourceGroups == nil) {
tl_group_call_participant_video_gen.go#L108: g.SourceGroups = from.GetSourceGroups()
tl_group_call_participant_video_gen.go#L189: b.PutVectorHeader(len(g.SourceGroups))
tl_group_call_participant_video_gen.go#L190: for idx, v := range g.SourceGroups {
tl_group_call_participant_video_gen.go#L237: g.SourceGroups = make([]GroupCallParticipantVideoSourceGroup, 0, headerLen%bin.PreallocateLimit)
tl_group_call_participant_video_gen.go#L244: g.SourceGroups = append(g.SourceGroups, value)
tl_group_call_participant_video_gen.go#L289: return g.SourceGroups
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. |