InteractionCallbackResource
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-activity-instance-resource
Signature
export interface InteractionCallbackResource<T extends InteractionResponseType = InteractionResponseType>Properties
3Methods
0No methods.
Properties
type: T;activity_instance?: InteractionCallbackResourceActivity;Represents the Activity launched by this interaction.
message?: Omit<RESTPostAPIWebhookWithTokenJSONBody, 'avatar_url' | 'username'> & { flags?: MessageFlags;};Message created by the interaction.