Sha256: c39524bf58f7448dfc471b435991395e8c44ca5a4cff3e83f806acbf061ea186
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
module TD::Types # A collage. # # @attr page_blocks [Array<TD::Types::PageBlock>] Collage item contents. # @attr caption [TD::Types::RichText] Block caption. class PageBlock::Collage < 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/collage.rb |