const github.com/gotd/td/internal/mt.ReqPqMultiRequestTypeID
9 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L73: ReqPqMultiRequestTypeID: "req_pq_multi#be7e8ef1",
tl_registry_gen.go#L124: "req_pq_multi": ReqPqMultiRequestTypeID,
tl_registry_gen.go#L175: ReqPqMultiRequestTypeID: func() bin.Object { return &ReqPqMultiRequest{} },
tl_req_pq_multi_gen.go#L41: const ReqPqMultiRequestTypeID = 0xbe7e8ef1
tl_req_pq_multi_gen.go#L75: return ReqPqMultiRequestTypeID
tl_req_pq_multi_gen.go#L87: ID: ReqPqMultiRequestTypeID,
tl_req_pq_multi_gen.go#L107: b.PutID(ReqPqMultiRequestTypeID)
tl_req_pq_multi_gen.go#L125: if err := b.ConsumeID(ReqPqMultiRequestTypeID); 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. |