Class: Discorb::Gateway::UnknownDeleteBulkMessage
- Inherits:
-
GatewayEvent
- Object
- GatewayEvent
- Discorb::Gateway::UnknownDeleteBulkMessage
- Defined in:
- lib/discorb/gateway.rb
Overview
Represents a message but it has only ID.
Instance Attribute Summary collapse
- #channel -> nil, Discorb::Channel readonly
- #guild -> nil, Discorb::Guild readonly
-
#id -> Discorb::Snowflake
readonly
The ID of the message.
Instance Attribute Details
#channel -> nil, Discorb::Channel (readonly)
Note:
This method returns an object from client cache. it will return nil
if the object is not in cache.
|
# File 'lib/discorb/gateway.rb', line 291
|
#guild -> nil, Discorb::Guild (readonly)
Note:
This method returns an object from client cache. it will return nil
if the object is not in cache.
|
# File 'lib/discorb/gateway.rb', line 291
|
#id -> Discorb::Snowflake (readonly)
Returns The ID of the message.
289 290 291 |
# File 'lib/discorb/gateway.rb', line 289 def id @id end |