github.com/gotd/td/tg.HelpPromoData.DismissedSuggestions (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_help_promo_data_gen.go#L213: 	DismissedSuggestions []string
		tl_help_promo_data_gen.go#L268: 	if !(p.DismissedSuggestions == nil) {
		tl_help_promo_data_gen.go#L321: 	p.DismissedSuggestions = from.GetDismissedSuggestions()
		tl_help_promo_data_gen.go#L458: 	b.PutVectorHeader(len(p.DismissedSuggestions))
		tl_help_promo_data_gen.go#L459: 	for _, v := range p.DismissedSuggestions {
		tl_help_promo_data_gen.go#L562: 			p.DismissedSuggestions = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_help_promo_data_gen.go#L569: 			p.DismissedSuggestions = append(p.DismissedSuggestions, value)
		tl_help_promo_data_gen.go#L708: 	return p.DismissedSuggestions