Class: TD::Types::ChatEvents

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

Overview

Contains a list of chat events.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#eventsArray<TD::Types::ChatEvent>

List of events.

Returns:



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

def events
  @events
end