interface InteractionCallback {
    activityInstanceID?: string;
    id: string;
    responseMessageEphemeral?: boolean;
    responseMessageID?: string;
    responseMessageLoading?: boolean;
    type: InteractionTypes;
}

Properties

activityInstanceID?: string

Instance ID of the Activity if one was launched or joined.

id: string

ID of the interaction.

responseMessageEphemeral?: boolean

Whether or not the response message was ephemeral.

responseMessageID?: string

ID of the message that was created by the interaction.

responseMessageLoading?: boolean

Whether or not the message is in a loading state.

Interaction type.