Sha256: 4052e0c79e118f0e136ba3d38ca2b01e278475ca50847771c8813b809ff3bb22

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

module TD::Types
  # A slideshow.
  #
  # @attr page_blocks [Array<TD::Types::PageBlock>] Slideshow item contents.
  # @attr caption [TD::Types::PageBlockCaption] Block caption.
  class PageBlock::Slideshow < PageBlock
    attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock)
    attribute :caption, TD::Types::PageBlockCaption
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/page_block/slideshow.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/slideshow.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/slideshow.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/slideshow.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/slideshow.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/slideshow.rb