Sha256: c4f84a2d7ee740e312b6578fedafd57549252359f30441a2c2a6e84b4d3ff7c4

Contents?: true

Size: 243 Bytes

Versions: 6

Compression:

Stored size: 243 Bytes

Contents

module TD::Types
  # A list of data blocks.
  #
  # @attr items [Array<TD::Types::PageBlockListItem>] The items of the list.
  class PageBlock::List < PageBlock
    attribute :items, TD::Types::Array.of(TD::Types::PageBlockListItem)
  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/list.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/list.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/list.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/list.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/list.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/list.rb