github.com/gotd/td/tg.ChannelsChannelParticipants.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_channels_channel_participants_gen.go#L46: Users []UserClass
tl_channels_channel_participants_gen.go#L78: if !(c.Users == nil) {
tl_channels_channel_participants_gen.go#L104: c.Users = from.GetUsers()
tl_channels_channel_participants_gen.go#L183: b.PutVectorHeader(len(c.Users))
tl_channels_channel_participants_gen.go#L184: for idx, v := range c.Users {
tl_channels_channel_participants_gen.go#L259: c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_channel_participants_gen.go#L266: c.Users = append(c.Users, value)
tl_channels_channel_participants_gen.go#L301: return c.Users
tl_channels_channel_participants_gen.go#L316: return UserClassArray(c.Users)
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. |