InviteService

Constructors

Link copied to clipboard
constructor(requestHandler: RequestHandler)

Functions

Link copied to clipboard
suspend fun deleteInvite(code: String, reason: String? = null): DiscordInvite
Link copied to clipboard
suspend fun getInvite(code: String, withCounts: Boolean? = null, withExpiration: Boolean? = null, guildScheduledEventId: Snowflake? = null): DiscordInvite