Class: TD::Types::PageBlock::Slideshow
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::Slideshow
- Defined in:
- lib/tdlib/types/page_block/slideshow.rb
Overview
A slideshow.
Instance Attribute Summary collapse
-
#caption ⇒ TD::Types::PageBlockCaption
Block caption.
-
#page_blocks ⇒ Array<TD::Types::PageBlock>
Slideshow item contents.
Method Summary
Methods inherited from Base
Instance Attribute Details
#caption ⇒ TD::Types::PageBlockCaption
Block caption.
6 7 8 |
# File 'lib/tdlib/types/page_block/slideshow.rb', line 6 def @caption end |
#page_blocks ⇒ Array<TD::Types::PageBlock>
Slideshow item contents.
6 7 8 |
# File 'lib/tdlib/types/page_block/slideshow.rb', line 6 def page_blocks @page_blocks end |