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