Class: TD::Types::CurrentWeather
- Defined in:
- lib/tdlib/types/current_weather.rb
Overview
Describes the current weather.
Instance Attribute Summary collapse
-
#emoji ⇒ TD::Types::String
Emoji representing the weather.
-
#temperature ⇒ Float
Temperature, in degree Celsius.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emoji ⇒ TD::Types::String
Emoji representing the weather.
6 7 8 |
# File 'lib/tdlib/types/current_weather.rb', line 6 def emoji @emoji end |
#temperature ⇒ Float
Temperature, in degree Celsius.
6 7 8 |
# File 'lib/tdlib/types/current_weather.rb', line 6 def temperature @temperature end |