View Source Nostrum.Struct.Event.GuildIntegrationDelete (Nostrum v0.8.0)

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.

t()

Link to this section Types

Link to this type

application_id()

View Source (since 0.5.1)
@type application_id() :: Nostrum.Struct.Guild.Integration.Application.id() | nil

id of the bot/OAuth2 application for this discord integration

Link to this type

guild_id()

View Source (since 0.5.1)
@type guild_id() :: Nostrum.Struct.Guild.id()

The id of the guild the integration is in.

The id of the deleted integration.

@type t() :: %Nostrum.Struct.Event.GuildIntegrationDelete{
  application_id: application_id(),
  guild_id: guild_id(),
  id: id()
}