github.com/gotd/td/tg.ContactsSponsoredPeers.Peers (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_sponsored_peers_gen.go#L142: Peers []SponsoredPeer
tl_contacts_sponsored_peers_gen.go#L169: if !(s.Peers == nil) {
tl_contacts_sponsored_peers_gen.go#L197: s.Peers = from.GetPeers()
tl_contacts_sponsored_peers_gen.go#L255: b.PutVectorHeader(len(s.Peers))
tl_contacts_sponsored_peers_gen.go#L256: for idx, v := range s.Peers {
tl_contacts_sponsored_peers_gen.go#L305: s.Peers = make([]SponsoredPeer, 0, headerLen%bin.PreallocateLimit)
tl_contacts_sponsored_peers_gen.go#L312: s.Peers = append(s.Peers, value)
tl_contacts_sponsored_peers_gen.go#L357: return s.Peers
![]() |
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. |