APIInteractionCallbackLaunchActivity

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-response-object

Signature

export type APIInteractionCallbackLaunchActivity = InteractionCallbackResponse & {    resource?: Omit<MakeRequired<InteractionCallbackResource, 'activity_instance'>, 'message'>;};

Members

This export does not declare public properties or methods in the generated declaration file.