View Source Nostrum.Struct.Event.GuildIntegrationDelete (Nostrum v0.6.1)
Event fired when a guild integration is deleted.
Link to this section Summary
Types
id of the bot/OAuth2 application for this discord integration
The id of the guild the integration is in.
The id of the deleted integration.
Link to this section Types
Specs
application_id() :: Nostrum.Struct.Guild.Integration.Application.id() | nil
id of the bot/OAuth2 application for this discord integration
Specs
guild_id() :: Nostrum.Struct.Guild.id()
The id of the guild the integration is in.
Specs
id() :: Nostrum.Struct.Guild.Integration.id()
The id of the deleted integration.
Specs
t() :: %Nostrum.Struct.Event.GuildIntegrationDelete{ application_id: application_id(), guild_id: guild_id(), id: id() }