class
TD::PushMessageContent::Location
Included Modules
- JSON::Serializable
Defined in:
telegram/types/push_message_content/location.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(is_live : Bool = false, is_pinned : Bool = false)
Instance Method Summary
- #is_live : Bool
- #is_live=(is_live : Bool)
- #is_pinned : Bool
- #is_pinned=(is_pinned : Bool)
- #object_type : String
- #object_type=(object_type : String)