class
TelegramBot::StoryAreaTypeLocation
- TelegramBot::StoryAreaTypeLocation
- TelegramBot::StoryAreaType
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/story.crConstructors
- .new(latitude : Float64, longitude : Float64, *, address : LocationAddress | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #address : LocationAddress | Nil
- #address=(address : LocationAddress | Nil)
- #latitude : Float64
- #latitude=(latitude : Float64)
- #longitude : Float64
- #longitude=(longitude : 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