type github.com/gotd/td/internal/mt.RPCResult
18 uses
github.com/gotd/td/internal/mt (current package)
tl_registry_gen.go#L150: RPCResultTypeID: func() bin.Object { return &RPCResult{} },
tl_rpc_result_gen.go#L35: type RPCResult struct {
tl_rpc_result_gen.go#L47: _ bin.Encoder = &RPCResult{}
tl_rpc_result_gen.go#L48: _ bin.Decoder = &RPCResult{}
tl_rpc_result_gen.go#L49: _ bin.BareEncoder = &RPCResult{}
tl_rpc_result_gen.go#L50: _ bin.BareDecoder = &RPCResult{}
tl_rpc_result_gen.go#L53: func (r *RPCResult) Zero() bool {
tl_rpc_result_gen.go#L68: func (r *RPCResult) String() string {
tl_rpc_result_gen.go#L72: type Alias RPCResult
tl_rpc_result_gen.go#L79: func (*RPCResult) TypeID() uint32 {
tl_rpc_result_gen.go#L84: func (*RPCResult) TypeName() string {
tl_rpc_result_gen.go#L89: func (r *RPCResult) TypeInfo() tdp.Type {
tl_rpc_result_gen.go#L112: func (r *RPCResult) Encode(b *bin.Buffer) error {
tl_rpc_result_gen.go#L121: func (r *RPCResult) EncodeBare(b *bin.Buffer) error {
tl_rpc_result_gen.go#L133: func (r *RPCResult) Decode(b *bin.Buffer) error {
tl_rpc_result_gen.go#L144: func (r *RPCResult) DecodeBare(b *bin.Buffer) error {
tl_rpc_result_gen.go#L164: func (r *RPCResult) GetReqMsgID() (value int64) {
tl_rpc_result_gen.go#L172: func (r *RPCResult) GetResult() (value GzipPacked) {
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. |