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
/
InviteCreate
Invite
Create
data
class
InviteCreate
(
val
invite
:
DiscordCreatedInvite
,
val
sequence
:
Int
?
)
:
DispatchEvent
(
source
)
Sent when a new invite to a channel is created.
Members
Constructors
Invite
Create
Link copied to clipboard
constructor
(
invite
:
DiscordCreatedInvite
,
sequence
:
Int
?
)
Properties
invite
Link copied to clipboard
val
invite
:
DiscordCreatedInvite
sequence
Link copied to clipboard
open
override
val
sequence
:
Int
?