Class: Rubirai::RecallEvent Abstract
- Defined in:
- lib/rubirai/events/message_events.rb
Overview
This class is abstract.
The base class for recall events
Direct Known Subclasses
Instance Attribute Summary collapse
-
#author_id ⇒ Integer
readonly
The author's id.
-
#message_id ⇒ Integer
readonly
The message id.
-
#time ⇒ Integer
readonly
The time the message is sent.
Attributes inherited from Event
Method Summary
Methods inherited from Event
parse, #parse_val_from_key, set_event, type_to_klass, valid_type?
Instance Attribute Details
#author_id ⇒ Integer (readonly)
Returns the author's id.
55 |
# File 'lib/rubirai/events/message_events.rb', line 55 set_event nil, :author_id, :message_id, :time |
#message_id ⇒ Integer (readonly)
Returns the message id.
55 |
# File 'lib/rubirai/events/message_events.rb', line 55 set_event nil, :author_id, :message_id, :time |
#time ⇒ Integer (readonly)
Returns the time the message is sent.
55 |
# File 'lib/rubirai/events/message_events.rb', line 55 set_event nil, :author_id, :message_id, :time |