Class: TD::Types::PageBlock::List

Inherits:
TD::Types::PageBlock show all
Defined in:
lib/tdlib/types/page_block/list.rb

Overview

A list of data blocks.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#itemsArray<TD::Types::PageBlockListItem>

The items of the list.

Returns:



5
6
7
# File 'lib/tdlib/types/page_block/list.rb', line 5

def items
  @items
end