Enum InteractionCallbackType
public enum InteractionCallbackType
Fields
Autocomplete = 8
Respond to an autocomplete interaction with suggested choices.
DeferredMessage = 5
ACK an interaction and modify a response later, the user sees a loading state.
DeferredModifyMessage = 6
For components, ACK an interaction and modify the original message later; the user does not see a loading state.
Message = 4
Respond to an interaction with a message.
Modal = 9
Respond to an interaction with a popup modal.
ModifyMessage = 7
For components, modify the message the component was attached to.
Pong = 1
ACK a ping interaction.