Class: TD::Types::TonLiteServerResponse
- Defined in:
- lib/tdlib/types/ton_lite_server_response.rb
Overview
Contains the response of a request to TON lite server.
Instance Attribute Summary collapse
-
#response ⇒ String
The response.
Method Summary
Methods inherited from Base
Instance Attribute Details
#response ⇒ String
The response.
5 6 7 |
# File 'lib/tdlib/types/ton_lite_server_response.rb', line 5 def response @response end |