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

10 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_sponsored_peers_gen.go#L144: 	Chats []ChatClass
		tl_contacts_sponsored_peers_gen.go#L172: 	if !(s.Chats == nil) {
		tl_contacts_sponsored_peers_gen.go#L198: 	s.Chats = from.GetChats()
		tl_contacts_sponsored_peers_gen.go#L261: 	b.PutVectorHeader(len(s.Chats))
		tl_contacts_sponsored_peers_gen.go#L262: 	for idx, v := range s.Chats {
		tl_contacts_sponsored_peers_gen.go#L322: 			s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_sponsored_peers_gen.go#L329: 			s.Chats = append(s.Chats, value)
		tl_contacts_sponsored_peers_gen.go#L365: 	return s.Chats
		tl_contacts_sponsored_peers_gen.go#L378: 	return ChatClassArray(s.Chats)