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