Class: TD::Types::CustomRequestResult

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/custom_request_result.rb

Overview

Contains the result of a custom request.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#resultString

A JSON-serialized result.

Returns:

  • (String)

    the current value of result



5
6
7
# File 'lib/tdlib/types/custom_request_result.rb', line 5

def result
  @result
end