github.com/gotd/td/tg.PhoneGroupCallStreamChannels.Channels (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_stream_channels_gen.go#L40: Channels []GroupCallStreamChannel
tl_phone_group_call_stream_channels_gen.go#L58: if !(g.Channels == nil) {
tl_phone_group_call_stream_channels_gen.go#L78: g.Channels = from.GetChannels()
tl_phone_group_call_stream_channels_gen.go#L126: b.PutVectorHeader(len(g.Channels))
tl_phone_group_call_stream_channels_gen.go#L127: for idx, v := range g.Channels {
tl_phone_group_call_stream_channels_gen.go#L158: g.Channels = make([]GroupCallStreamChannel, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_stream_channels_gen.go#L165: g.Channels = append(g.Channels, value)
tl_phone_group_call_stream_channels_gen.go#L176: return g.Channels
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. |