Class: Rubirai::FriendRecallEvent
- Inherits:
-
RecallEvent
- Object
- Event
- RecallEvent
- Rubirai::FriendRecallEvent
- Defined in:
- lib/rubirai/events/message_events.rb
Overview
Friend recall event
Instance Attribute Summary collapse
-
#operator ⇒ Integer
readonly
The operator id.
Attributes inherited from RecallEvent
#author_id, #message_id, #time
Attributes inherited from Event
Instance Method Summary collapse
- #initialize(hash, bot = nil) ⇒ Object constructor
Methods inherited from Event
parse, #parse_val_from_key, set_event, type_to_klass, valid_type?
Constructor Details
#initialize(hash, bot = nil) ⇒ Object
77 |
# File 'lib/rubirai/events/message_events.rb', line 77 set_event :FriendRecallEvent, :operator |
Instance Attribute Details
#operator ⇒ Integer (readonly)
Returns the operator id.
77 |
# File 'lib/rubirai/events/message_events.rb', line 77 set_event :FriendRecallEvent, :operator |