github.com/gotd/td/tg.PhoneGroupCall.Participants (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_gen.go#L42: Participants []GroupCallParticipant
tl_phone_group_call_gen.go#L73: if !(g.Participants == nil) {
tl_phone_group_call_gen.go#L107: g.Participants = from.GetParticipants()
tl_phone_group_call_gen.go#L180: b.PutVectorHeader(len(g.Participants))
tl_phone_group_call_gen.go#L181: for idx, v := range g.Participants {
tl_phone_group_call_gen.go#L238: g.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_gen.go#L245: g.Participants = append(g.Participants, value)
tl_phone_group_call_gen.go#L305: return g.Participants
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. |