github.com/gotd/td/internal/mt.RPCDropAnswerBox.RpcDropAnswer (field)
6 uses
github.com/gotd/td/internal/mt (current package)
tl_rpc_drop_answer_gen.go#L478: RpcDropAnswer RPCDropAnswerClass
tl_rpc_drop_answer_gen.go#L490: b.RpcDropAnswer = v
tl_rpc_drop_answer_gen.go#L496: if b == nil || b.RpcDropAnswer == nil {
tl_rpc_drop_answer_gen.go#L499: return b.RpcDropAnswer.Encode(buf)
github.com/gotd/td/internal/mtproto
rpc.go#L63: switch resp.RpcDropAnswer.(type) {
rpc.go#L69: return errors.Errorf("unexpected response type: %T", resp.RpcDropAnswer)
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. |