ReplyInteractionBody
Signature
export type ReplyInteractionBody = { type: InteractionResponseType.Modal; data: ModalCreateBodyRequest;} | { type: InteractionResponseType.ChannelMessageWithSource | InteractionResponseType.UpdateMessage; data: InteractionCreateBodyRequest | InteractionMessageUpdateBodyRequest | ComponentInteractionMessageUpdate;} | { type: InteractionResponseType.LaunchActivity;} | Exclude<RESTPostAPIInteractionCallbackJSONBody, APIInteractionResponsePong>;Members
This export does not declare public properties or methods in the generated declaration file.