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