InviteDelete

data class InviteDelete(val invite: DiscordDeletedInvite, val sequence: Int?) : DispatchEvent(source)

Sent when an invite is deleted.

Constructors

Link copied to clipboard
constructor(invite: DiscordDeletedInvite, sequence: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sequence: Int?