Class: Discorb::Gateway::IntegrationDeleteEvent
- Inherits:
-
GatewayEvent
- Object
- GatewayEvent
- Discorb::Gateway::IntegrationDeleteEvent
- Defined in:
- lib/discorb/gateway_events.rb
Overview
Represents a INTEGRATION_DELETE
event.
Instance Attribute Summary collapse
- #guild -> nil, Discorb::Guild readonly
-
#id -> Discorb::Snowflake
readonly
The ID of the integration.
- #user -> nil, Discorb::User readonly
Method Summary
Methods inherited from GatewayEvent
Instance Attribute Details
#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_events.rb', line 120
|
#id -> Discorb::Snowflake (readonly)
Returns The ID of the integration.
118 119 120 |
# File 'lib/discorb/gateway_events.rb', line 118 def id @id end |
#user -> nil, Discorb::User (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_events.rb', line 120
|