Class: TD::Types::CustomRequestResult
- Defined in:
- lib/tdlib/types/custom_request_result.rb
Overview
Contains the result of a custom request.
Instance Attribute Summary collapse
-
#result ⇒ String
A JSON-serialized result.
Method Summary
Methods inherited from Base
Instance Attribute Details
#result ⇒ String
A JSON-serialized result.
5 6 7 |
# File 'lib/tdlib/types/custom_request_result.rb', line 5 def result @result end |