Class: Discordrb::Events::MessageIDEvent
- Includes:
- Respondable
- Defined in:
- lib/discordrb/events/message.rb
Overview
A subset of MessageEvent that only contains a message ID and a channel
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id ⇒ Integer
readonly
The ID associated with this event.
Attributes included from Respondable
Attributes inherited from Event
Method Summary
Methods included from Respondable
#<<, #drain, #drain_into, #send_embed, #send_message, #send_temporary_message
Instance Attribute Details
#id ⇒ Integer (readonly)
Returns the ID associated with this event.
283 284 285 |
# File 'lib/discordrb/events/message.rb', line 283 def id @id end |