InteractionCallbackData
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-object
Signature
export interface InteractionCallbackData<T extends InteractionType = InteractionType>Properties
6Methods
0No methods.
Properties
id: string;type: T;activity_instance_id?: string;Instance ID of the Activity if one was launched or joined
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
response_message_ephemeral?: boolean;Whether or not the response message was ephemeral