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

10 uses

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