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)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |