github.com/gotd/td/tg.ChannelFull.PendingSuggestions (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1335: PendingSuggestions []string
tl_chat_full_gen.go#L1637: if !(c.PendingSuggestions == nil) {
tl_chat_full_gen.go#L1881: c.PendingSuggestions = val
tl_chat_full_gen.go#L2429: if !(c.PendingSuggestions == nil) {
tl_chat_full_gen.go#L2602: b.PutVectorHeader(len(c.PendingSuggestions))
tl_chat_full_gen.go#L2603: for _, v := range c.PendingSuggestions {
tl_chat_full_gen.go#L2951: c.PendingSuggestions = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2958: c.PendingSuggestions = append(c.PendingSuggestions, value)
tl_chat_full_gen.go#L3903: c.PendingSuggestions = value
tl_chat_full_gen.go#L3915: return c.PendingSuggestions, 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. |