github.com/gotd/td/tg.ChannelFull.RecentRequesters (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1255: RecentRequesters []int64
tl_chat_full_gen.go#L1444: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L1642: c.RecentRequesters = val
tl_chat_full_gen.go#L2049: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L2200: b.PutVectorHeader(len(c.RecentRequesters))
tl_chat_full_gen.go#L2201: for _, v := range c.RecentRequesters {
tl_chat_full_gen.go#L2522: c.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2529: c.RecentRequesters = append(c.RecentRequesters, value)
tl_chat_full_gen.go#L3316: c.RecentRequesters = value
tl_chat_full_gen.go#L3328: return c.RecentRequesters, true
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. |