class
TD::DeepLinkInfo
- TD::DeepLinkInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/deep_link_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(text : TD::FormattedText, need_update_application : Bool = false)
Instance Method Summary
- #need_update_application : Bool
- #need_update_application=(need_update_application : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #text : TD::FormattedText
- #text=(text : TD::FormattedText)