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

10 uses

	github.com/gotd/td/tg (current package)
		tl_help_promo_data_gen.go#L222: 	Chats []ChatClass
		tl_help_promo_data_gen.go#L274: 	if !(p.Chats == nil) {
		tl_help_promo_data_gen.go#L326: 	p.Chats = from.GetChats()
		tl_help_promo_data_gen.go#L467: 	b.PutVectorHeader(len(p.Chats))
		tl_help_promo_data_gen.go#L468: 	for idx, v := range p.Chats {
		tl_help_promo_data_gen.go#L584: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_help_promo_data_gen.go#L591: 			p.Chats = append(p.Chats, value)
		tl_help_promo_data_gen.go#L734: 	return p.Chats
		tl_help_promo_data_gen.go#L747: 	return ChatClassArray(p.Chats)