View Source Nostrum.Struct.Event.GuildIntegrationDelete (Nostrum v0.10.0)
Event fired when a guild integration is deleted.
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.
Types
@type application_id() :: Nostrum.Struct.Guild.Integration.Application.id() | nil
id of the bot/OAuth2 application for this discord integration
@type guild_id() :: Nostrum.Struct.Guild.id()
The id of the guild the integration is in.
@type id() :: Nostrum.Struct.Guild.Integration.id()
The id of the deleted integration.
@type t() :: %Nostrum.Struct.Event.GuildIntegrationDelete{ application_id: application_id(), guild_id: guild_id(), id: id() }