InteractionClient
class InteractionClient(val applicationId: String, val interactionToken: String, client: RestClient) : RestClient(source)
Functions
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
suspend fun createInteractionResponse(interactionId: String, interactionResponse: InteractionResponse)
FIXME - Document me!
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
suspend fun InteractionClient.messageResponse(interactionId: String, message: String, ephemeral: Boolean)
Convenience method for responding to an interaction with a message
Link copied to clipboard
FIXME - Document me!
Link copied to clipboard
FIXME - Document me!