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