Class: TD::Types::RichText::Strikethrough
- Inherits:
-
TD::Types::RichText
- Object
- Dry::Struct
- Base
- TD::Types::RichText
- TD::Types::RichText::Strikethrough
- Defined in:
- lib/tdlib/types/rich_text/strikethrough.rb
Overview
A strikethrough rich text.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ TD::Types::RichText
Text.
5 6 7 |
# File 'lib/tdlib/types/rich_text/strikethrough.rb', line 5 def text @text end |