class
TD::ChatLocation
- TD::ChatLocation
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_location.crConstructors
- .new(location : TD::Location, address : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #address : String
- #address=(address : String)
- #location : TD::Location
- #location=(location : TD::Location)
- #object_type : String
- #object_type=(object_type : String)