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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |