type github.com/gotd/td/internal/mt.RPCError

19 uses

	github.com/gotd/td/internal/mt (current package)
		tl_registry_gen.go#L151: 		RPCErrorTypeID:                   func() bin.Object { return &RPCError{} },
		tl_rpc_error_gen.go#L35: type RPCError struct {
		tl_rpc_error_gen.go#L47: 	_ bin.Encoder     = &RPCError{}
		tl_rpc_error_gen.go#L48: 	_ bin.Decoder     = &RPCError{}
		tl_rpc_error_gen.go#L49: 	_ bin.BareEncoder = &RPCError{}
		tl_rpc_error_gen.go#L50: 	_ bin.BareDecoder = &RPCError{}
		tl_rpc_error_gen.go#L53: func (r *RPCError) Zero() bool {
		tl_rpc_error_gen.go#L68: func (r *RPCError) String() string {
		tl_rpc_error_gen.go#L72: 	type Alias RPCError
		tl_rpc_error_gen.go#L79: func (*RPCError) TypeID() uint32 {
		tl_rpc_error_gen.go#L84: func (*RPCError) TypeName() string {
		tl_rpc_error_gen.go#L89: func (r *RPCError) TypeInfo() tdp.Type {
		tl_rpc_error_gen.go#L112: func (r *RPCError) Encode(b *bin.Buffer) error {
		tl_rpc_error_gen.go#L121: func (r *RPCError) EncodeBare(b *bin.Buffer) error {
		tl_rpc_error_gen.go#L131: func (r *RPCError) Decode(b *bin.Buffer) error {
		tl_rpc_error_gen.go#L142: func (r *RPCError) DecodeBare(b *bin.Buffer) error {
		tl_rpc_error_gen.go#L164: func (r *RPCError) GetErrorCode() (value int) {
		tl_rpc_error_gen.go#L172: func (r *RPCError) GetErrorMessage() (value string) {

	github.com/gotd/td/internal/mtproto
		handle_result.go#L48: 		var rpcErr mt.RPCError