Class: TD::Types::Updates

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

Overview

Contains a list of updates.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#updatesArray<TD::Types::Update>

List of updates.

Returns:



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

def updates
  @updates
end