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