kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-gateway
/
dev.kord.gateway
/
InviteDelete
Invite
Delete
data
class
InviteDelete
(
val
invite
:
DiscordDeletedInvite
,
val
sequence
:
Int
?
)
:
DispatchEvent
(
source
)
Sent when an invite is deleted.
Members
Constructors
Invite
Delete
Link copied to clipboard
constructor
(
invite
:
DiscordDeletedInvite
,
sequence
:
Int
?
)
Properties
invite
Link copied to clipboard
val
invite
:
DiscordDeletedInvite
sequence
Link copied to clipboard
open
override
val
sequence
:
Int
?