Sha256: f32aaa09007cf194c52675a30d07db0fa30aafad69259df9a60886df33187656

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 Bytes

Contents

module TD::Types
  # Describes an item of a list page block.
  #
  # @attr label [String] Item label.
  # @attr page_blocks [Array<TD::Types::PageBlock>] Item blocks.
  class PageBlockListItem < Base
    attribute :label, TD::Types::String
    attribute :page_blocks, TD::Types::Array.of(TD::Types::PageBlock)
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block_list_item.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block_list_item.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block_list_item.rb