Class: TD::Types::ChatEvents
- Defined in:
- lib/tdlib/types/chat_events.rb
Overview
Contains a list of chat events.
Instance Attribute Summary collapse
-
#events ⇒ Array<TD::Types::ChatEvent>
List of events.
Method Summary
Methods inherited from Base
Instance Attribute Details
#events ⇒ Array<TD::Types::ChatEvent>
List of events.
5 6 7 |
# File 'lib/tdlib/types/chat_events.rb', line 5 def events @events end |