mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
Add missing comments on DiscordInteractionCallback (#3945)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user