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