Class: Discorb::Gateway::UnknownDeleteBulkMessage

Inherits:
GatewayEvent
  • Object
show all
Defined in:
lib/discorb/gateway.rb

Overview

Represents a message but it has only ID.

Instance Attribute Summary collapse

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.

Returns:

  • (nil)

    The object wasn't cached.

  • (Discorb::Channel)

    The channel the message was sent in.



# 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.

Returns:

  • (nil)

    The object wasn't cached.

  • (Discorb::Guild)

    The guild the message was sent in.



# File 'lib/discorb/gateway.rb', line 291

#id -> Discorb::Snowflake (readonly)

Returns The ID of the message.

Returns:



289
290
291
# File 'lib/discorb/gateway.rb', line 289

def id
  @id
end