Sha256: ca78639bee70da500cd75642dbe041803f5666c38b4e7492eeccce470b00dfe9

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

module TD::Types
  # Describes an item of a list page block.
  #
  # @attr label [TD::Types::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

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block_list_item.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block_list_item.rb