Nostrum.Struct.Event.GuildIntegrationDelete (nostrum v0.11.0-dev)

View Source

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.

t()

Types

application_id()

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

id of the bot/OAuth2 application for this discord integration

guild_id()

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

The id of the guild the integration is in.

id()

(since 0.5.1)

The id of the deleted integration.

t()

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