const github.com/gotd/td/internal/mt.RPCResultTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L48: RPCResultTypeID: "rpc_result#f35c6d01",
tl_registry_gen.go#L99: "rpc_result": RPCResultTypeID,
tl_registry_gen.go#L150: RPCResultTypeID: func() bin.Object { return &RPCResult{} },
tl_rpc_result_gen.go#L43: const RPCResultTypeID = 0xf35c6d01
tl_rpc_result_gen.go#L80: return RPCResultTypeID
tl_rpc_result_gen.go#L92: ID: RPCResultTypeID,
tl_rpc_result_gen.go#L116: b.PutID(RPCResultTypeID)
tl_rpc_result_gen.go#L137: if err := b.ConsumeID(RPCResultTypeID); err != nil {
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. |