Interface

InviteDeletePayload

Payload emitted for Events. Normalized from `GatewayInviteDeleteDispatchData`.

Properties

channelId: string | null

Channel the invite pointed to, or `null` if unknown.

code: string

Invite code that was deleted.

guildId: string | null

Guild the invite belonged to, or `null` for DMs / group DMs.