EntryPointWithResponseResult
Signature
export interface EntryPointWithResponseResultProperties
2Methods
0No methods.
Properties
interaction: ObjectToLower<InteractionCallbackData>;resource?: { type: InteractionResponseType.LaunchActivity; activityInstance: InteractionCallbackResourceActivity;} | { type: Exclude<InteractionResponseType, InteractionResponseType.LaunchActivity>; message: WebhookMessageStructure;};