class TelegramBot::LocationAddress

Included Modules

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(country_code : String, *, state : String | Nil = nil, city : String | Nil = nil, street : String | Nil = nil) #

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

Instance Method Detail

def city : String | Nil #

def city=(city : String | Nil) #

def country_code : String #

def country_code=(country_code : String) #

def state : String | Nil #

def state=(state : String | Nil) #

def street : String | Nil #

def street=(street : String | Nil) #