interface RESTAPIInteractionCallbackResourceObject {
    activity_instance?: RESTAPIInteractionCallbackActivityInstanceResource;
    message?: APIMessage;
    type: InteractionResponseType;
}

Properties

Represents the Activity launched by this interaction

Only present if type is InteractionResponseType.LaunchActivity

message?: APIMessage

Message created by the interaction

Interaction callback type