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