class TelegramBot::StoryAreaTypeWeather

Included Modules

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

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

Constructor Detail

def self.new(temperature : Float64, emoji : String, background_color : Int64) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def background_color : Int64 #

def background_color=(background_color : Int64) #

def emoji : String #

def emoji=(emoji : String) #

def temperature : Float64 #

def temperature=(temperature : Float64) #

def type : String #

def type=(type : String) #