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)
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. |