Class: TD::Types::PageBlockCaption
- Defined in:
- lib/tdlib/types/page_block_caption.rb
Overview
Contains a caption of another block.
Instance Attribute Summary collapse
-
#credit ⇒ TD::Types::RichText
Block credit (like HTML tag <cite>).
-
#text ⇒ TD::Types::RichText
Content of the caption.
Method Summary
Methods inherited from Base
Instance Attribute Details
#credit ⇒ TD::Types::RichText
Block credit (like HTML tag <cite>).
6 7 8 |
# File 'lib/tdlib/types/page_block_caption.rb', line 6 def credit @credit end |
#text ⇒ TD::Types::RichText
Content of the caption.
6 7 8 |
# File 'lib/tdlib/types/page_block_caption.rb', line 6 def text @text end |