Sha256: b68943e004e20d4b67fce7f9a12495f6a15e70bc85405e93dd433909a008b528
Contents?: true
Size: 345 Bytes
Versions: 6
Compression:
Stored size: 345 Bytes
Contents
module TD::Types # A collage. # # @attr page_blocks [Array<TD::Types::PageBlock>] Collage item contents. # @attr caption [TD::Types::PageBlockCaption] Block caption. class PageBlock::Collage < 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