github.com/gotd/td/tg.ChannelsChannelParticipants.Participants (field)
10 uses
github.com/gotd/td/tg (current package)
tl_channels_channel_participants_gen.go#L42: Participants []ChannelParticipantClass
tl_channels_channel_participants_gen.go#L72: if !(c.Participants == nil) {
tl_channels_channel_participants_gen.go#L102: c.Participants = from.GetParticipants()
tl_channels_channel_participants_gen.go#L165: b.PutVectorHeader(len(c.Participants))
tl_channels_channel_participants_gen.go#L166: for idx, v := range c.Participants {
tl_channels_channel_participants_gen.go#L225: c.Participants = make([]ChannelParticipantClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_channel_participants_gen.go#L232: c.Participants = append(c.Participants, value)
tl_channels_channel_participants_gen.go#L285: return c.Participants
tl_channels_channel_participants_gen.go#L306: return ChannelParticipantClassArray(c.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. |