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

9 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_top_peers_gen.go#L142: 	Categories []TopPeerCategoryPeers
		tl_contacts_top_peers_gen.go#L169: 	if !(t.Categories == nil) {
		tl_contacts_top_peers_gen.go#L197: 	t.Categories = from.GetCategories()
		tl_contacts_top_peers_gen.go#L255: 	b.PutVectorHeader(len(t.Categories))
		tl_contacts_top_peers_gen.go#L256: 	for idx, v := range t.Categories {
		tl_contacts_top_peers_gen.go#L305: 			t.Categories = make([]TopPeerCategoryPeers, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_top_peers_gen.go#L312: 			t.Categories = append(t.Categories, value)
		tl_contacts_top_peers_gen.go#L357: 	return t.Categories