Interface MessageInteractionResponse

interface MessageInteractionResponse {
    data: InteractionContent;
    type: CHANNEL_MESSAGE_WITH_SOURCE | UPDATE_MESSAGE;
}

Properties

Properties

The response data. Convert any snake_case keys to camelCase.