Class: TD::Types::PageBlockListItem

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/page_block_list_item.rb

Overview

Describes an item of a list page block.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#labelString

Item label.

Returns:

  • (String)

    the current value of label



6
7
8
# File 'lib/tdlib/types/page_block_list_item.rb', line 6

def label
  @label
end

#page_blocksArray<TD::Types::PageBlock>

Item blocks.

Returns:



6
7
8
# File 'lib/tdlib/types/page_block_list_item.rb', line 6

def page_blocks
  @page_blocks
end