github.com/gotd/td/tg.HelpPromoData.PendingSuggestions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_help_promo_data_gen.go#L208: PendingSuggestions []string
tl_help_promo_data_gen.go#L265: if !(p.PendingSuggestions == nil) {
tl_help_promo_data_gen.go#L320: p.PendingSuggestions = from.GetPendingSuggestions()
tl_help_promo_data_gen.go#L454: b.PutVectorHeader(len(p.PendingSuggestions))
tl_help_promo_data_gen.go#L455: for _, v := range p.PendingSuggestions {
tl_help_promo_data_gen.go#L545: p.PendingSuggestions = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_help_promo_data_gen.go#L552: p.PendingSuggestions = append(p.PendingSuggestions, value)
tl_help_promo_data_gen.go#L700: return p.PendingSuggestions
![]() |
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. |