Enum InteractionResponseBehavior
- Namespace
- DSharpPlus.Interactivity.Enums
- Assembly
- DSharpPlus.Interactivity.dll
public enum InteractionResponseBehavior
- Extension Methods
Fields
Ack = 1
Indicates that invalid input should be ACK'd. The interaction will succeed, but nothing will happen.
Ignore = 0
Indicates that invalid input should be ignored when waiting for interactions. This will cause the interaction to fail.
Respond = 2
Indicates that invalid input should warrant an ephemeral error message.