Class: Rubirai::GroupRecallEvent
- Inherits:
-
RecallEvent
- Object
- Event
- RecallEvent
- Rubirai::GroupRecallEvent
- Defined in:
- lib/rubirai/events/message_events.rb
Overview
Group recall event
Instance Attribute Summary collapse
-
#group ⇒ Group
readonly
The group.
-
#operator ⇒ GroupUser
readonly
The operator.
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
67 |
# File 'lib/rubirai/events/message_events.rb', line 67 set_event :GroupRecallEvent, :group, :operator |
Instance Attribute Details
#group ⇒ Group (readonly)
Returns the group.
67 |
# File 'lib/rubirai/events/message_events.rb', line 67 set_event :GroupRecallEvent, :group, :operator |
#operator ⇒ GroupUser (readonly)
Returns the operator.
67 |
# File 'lib/rubirai/events/message_events.rb', line 67 set_event :GroupRecallEvent, :group, :operator |