github.com/gotd/td/tg.ChannelFull.RecentRequesters (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1358: RecentRequesters []int64
tl_chat_full_gen.go#L1649: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L1897: c.RecentRequesters = val
tl_chat_full_gen.go#L2441: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L2622: b.PutVectorHeader(len(c.RecentRequesters))
tl_chat_full_gen.go#L2623: for _, v := range c.RecentRequesters {
tl_chat_full_gen.go#L2989: c.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2996: c.RecentRequesters = append(c.RecentRequesters, value)
tl_chat_full_gen.go#L3975: c.RecentRequesters = value
tl_chat_full_gen.go#L3987: return c.RecentRequesters, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |