Module rusty_interaction::handler[][src]

Provides an entire handler to handle Discord interactions.

Structs

InteractionHandler

The InteractionHandler is the ‘thing’ that will handle your incoming interactions. It does interaction validation (as required by Discord) and provides a pre-defined actix-web server with InteractionHandler::run and InteractionHandler::run_ssl

Type Definitions

HandlerResponse

Alias for InteractionResponse