github.com/gotd/td/tg.CommunitiesPeerLinkRequests.Requests (field)
9 uses
github.com/gotd/td/tg (current package)
tl_communities_peer_link_requests_gen.go#L43: Requests []CommunityPeerRequest
tl_communities_peer_link_requests_gen.go#L75: if !(p.Requests == nil) {
tl_communities_peer_link_requests_gen.go#L109: p.Requests = from.GetRequests()
tl_communities_peer_link_requests_gen.go#L192: b.PutVectorHeader(len(p.Requests))
tl_communities_peer_link_requests_gen.go#L193: for idx, v := range p.Requests {
tl_communities_peer_link_requests_gen.go#L257: p.Requests = make([]CommunityPeerRequest, 0, headerLen%bin.PreallocateLimit)
tl_communities_peer_link_requests_gen.go#L264: p.Requests = append(p.Requests, value)
tl_communities_peer_link_requests_gen.go#L324: return p.Requests
![]() |
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. |