Interface
InviteDeletePayload
Payload emitted for Events.
Normalized from `GatewayInviteDeleteDispatchData`.
Properties
channelId
: string | nullChannel the invite pointed to, or `null` if unknown.
code
: stringInvite code that was deleted.
guildId
: string | nullGuild the invite belonged to, or `null` for DMs / group DMs.