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

View Source

Struct representing an Invite Delete event

Summary

Types

Channel id of the channel this invite is for.

The unique invite code.

Guild id of the guild this invite is for.

t()

Types

channel_id()

@type channel_id() :: Nostrum.Struct.Channel.id()

Channel id of the channel this invite is for.

code()

@type code() :: String.t()

The unique invite code.

guild_id()

@type guild_id() :: Nostrum.Struct.Guild.id() | nil

Guild id of the guild this invite is for.

t()

@type t() :: %Nostrum.Struct.Event.InviteDelete{
  channel_id: channel_id(),
  code: code(),
  guild_id: guild_id()
}