Module rusty_interaction::security[][src]

Provides a helper function to validate Discord interactions.

Enums

ValidationError

If verification failes, it will return the ValidationError enum.

Functions

verify_discord_message

Verifies an incoming Interaction. This verification is mandatory for every incoming Interaction. See the developer docs for more info