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