github.com/gotd/td/tg.ChannelFull.PendingSuggestions (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1232: PendingSuggestions []string
tl_chat_full_gen.go#L1432: if !(c.PendingSuggestions == nil) {
tl_chat_full_gen.go#L1626: c.PendingSuggestions = val
tl_chat_full_gen.go#L2037: if !(c.PendingSuggestions == nil) {
tl_chat_full_gen.go#L2180: b.PutVectorHeader(len(c.PendingSuggestions))
tl_chat_full_gen.go#L2181: for _, v := range c.PendingSuggestions {
tl_chat_full_gen.go#L2484: c.PendingSuggestions = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2491: c.PendingSuggestions = append(c.PendingSuggestions, value)
tl_chat_full_gen.go#L3244: c.PendingSuggestions = value
tl_chat_full_gen.go#L3256: return c.PendingSuggestions, 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. |