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-rest
/
dev.kord.rest.service
/
InviteService
Invite
Service
class
InviteService
(
requestHandler
:
RequestHandler
)
:
RestService
(
source
)
Members
Constructors
Invite
Service
Link copied to clipboard
constructor
(
requestHandler
:
RequestHandler
)
Functions
delete
Invite
Link copied to clipboard
suspend
fun
deleteInvite
(
code
:
String
,
reason
:
String
?
=
null
)
:
DiscordInvite
get
Invite
Link copied to clipboard
suspend
fun
getInvite
(
code
:
String
,
withCounts
:
Boolean
?
=
null
,
withExpiration
:
Boolean
?
=
null
,
guildScheduledEventId
:
Snowflake
?
=
null
)
:
DiscordInvite