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