Skip to content

Commit

Permalink
add LAUNCH_ACTIVITY interaction callback type
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldchen committed Aug 16, 2024
1 parent 081656e commit 52993f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ export enum InteractionResponseType {
* Respond with an upgrade prompt.
*/
PREMIUM_REQUIRED = 10,

/**
* Launch an Activity.
*/
LAUNCH_ACTIVITY = 12,
}

/**
Expand Down

0 comments on commit 52993f5

Please sign in to comment.