github.com/gotd/td/tg.ChatFull.RecentRequesters (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L127: RecentRequesters []int64
tl_chat_full_gen.go#L219: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L312: c.RecentRequesters = val
tl_chat_full_gen.go#L489: if !(c.RecentRequesters == nil) {
tl_chat_full_gen.go#L585: b.PutVectorHeader(len(c.RecentRequesters))
tl_chat_full_gen.go#L586: for _, v := range c.RecentRequesters {
tl_chat_full_gen.go#L741: c.RecentRequesters = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L748: c.RecentRequesters = append(c.RecentRequesters, value)
tl_chat_full_gen.go#L1040: c.RecentRequesters = value
tl_chat_full_gen.go#L1052: 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. |