Sha256: eec388a0c7f5004cd222aa625d791fff9917e0f2b8cd0298eeff1bcde9a192b7

Contents?: true

Size: 460 Bytes

Versions: 6

Compression:

Stored size: 460 Bytes

Contents

module TD::Types
  # A collapsible block.
  #
  # @attr header [TD::Types::RichText] Always visible heading for the block.
  # @attr page_blocks [Array<TD::Types::PageBlock>] Block contents.
  # @attr is_open [Boolean] True, if the block is open by default.
  class PageBlock::Details < PageBlock
    attribute :header, TD::Types::RichText
    attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock)
    attribute :is_open, TD::Types::Bool
  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/details.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/details.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/details.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/details.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/details.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/details.rb