class
TelegramBot::StoryAreaTypeWeather
- TelegramBot::StoryAreaTypeWeather
- TelegramBot::StoryAreaType
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/story.crConstructors
- .new(temperature : Float64, emoji : String, background_color : Int64)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #background_color : Int64
- #background_color=(background_color : Int64)
- #emoji : String
- #emoji=(emoji : String)
- #temperature : Float64
- #temperature=(temperature : Float64)
- #type : String
- #type=(type : String)
Instance methods inherited from class TelegramBot::StoryAreaType
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::StoryAreaType
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new