interface APIInteractionResponseUpdateMessage {
    data?: APIInteractionResponseCallbackData;
    type: UpdateMessage;
}

Properties

Properties