interface RESTAPIInteractionCallbackObject {
    activity_instance_id?: string;
    id: string;
    response_message_ephemeral?: boolean;
    response_message_id?: string;
    response_message_loading?: boolean;
    type: InteractionType;
}

Properties

activity_instance_id?: string

Instance ID of the Activity if one was launched or joined

id: string

ID of the interaction

response_message_ephemeral?: boolean

Whether or not the response message was ephemeral

response_message_id?: string

ID of the message that was created by the interaction

response_message_loading?: boolean

Whether or not the message is in a loading state

Interaction type