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