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