Add missing comments on DiscordInteractionCallback (#3945)

This commit is contained in:
Fleny
2024-10-21 10:59:11 +02:00
committed by GitHub
parent 6ad53428cf
commit b85c6d54bd

View File

@@ -1925,7 +1925,9 @@ export interface DiscordInteractionCallbackResponse {
/** https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-object */
export interface DiscordInteractionCallback {
/** ID of the interaction */
id: string
/** Interaction type */
type: InteractionTypes
/** Instance ID of the Activity if one was launched or joined */
activity_instance_id?: string