Class: Rubirai::BotEvent Abstract
- Defined in:
- lib/rubirai/events/bot_events.rb
Overview
This class is abstract.
Bot event
Direct Known Subclasses
BotActiveLeaveEvent, BotActiveOfflineEvent, BotDroppedEvent, BotForcedOfflineEvent, BotGroupPermissionChangedEvent, BotJoinGroupEvent, BotKickedEvent, BotMutedEvent, BotOnlineEvent, BotReloginEvent, BotUnmutedEvent
Instance Attribute Summary collapse
-
#qq ⇒ Integer
readonly
Qq id of the event's bot.
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
#qq ⇒ Integer (readonly)
Returns qq id of the event's bot.
11 |
# File 'lib/rubirai/events/bot_events.rb', line 11 set_event nil, :qq |