Sha256: 098ad6a854eca356d33b5b2063ae3fa18ee6349992ff353aa13c8469cf5d3045
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
module TD::Types # A slideshow. # # @attr page_blocks [Array<TD::Types::PageBlock>] Slideshow item contents. # @attr caption [TD::Types::RichText] Block caption. class PageBlock::Slideshow < PageBlock attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock) attribute :caption, TD::Types::RichText end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/page_block/slideshow.rb |