const github.com/gotd/td/internal/mt.ReqPqRequestTypeID
9 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L72: ReqPqRequestTypeID: "req_pq#60469778",
tl_registry_gen.go#L123: "req_pq": ReqPqRequestTypeID,
tl_registry_gen.go#L174: ReqPqRequestTypeID: func() bin.Object { return &ReqPqRequest{} },
tl_req_pq_gen.go#L41: const ReqPqRequestTypeID = 0x60469778
tl_req_pq_gen.go#L75: return ReqPqRequestTypeID
tl_req_pq_gen.go#L87: ID: ReqPqRequestTypeID,
tl_req_pq_gen.go#L107: b.PutID(ReqPqRequestTypeID)
tl_req_pq_gen.go#L125: if err := b.ConsumeID(ReqPqRequestTypeID); err != nil {
github.com/gotd/td/internal/exchange
server_flow.go#L147: case mt.ReqPqRequestTypeID, mt.ReqPqMultiRequestTypeID:
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. |