Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 6.16 KB

messageembedresponse.md

File metadata and controls

29 lines (24 loc) · 6.16 KB

MessageEmbedResponse

Example Usage

import { MessageEmbedResponse } from "@speakeasy-sdks/discord/models/components";

let value: MessageEmbedResponse = {
    type: "<value>",
};

Fields

Field Type Required Description
type string ✔️ N/A
url string N/A
title string N/A
description string N/A
color number N/A
timestamp Date N/A
fields components.MessageEmbedFieldResponse[] N/A
author components.MessageEmbedAuthorResponse N/A
provider components.MessageEmbedProviderResponse N/A
image components.MessageEmbedImageResponse N/A
thumbnail components.MessageEmbedImageResponse N/A
video components.MessageEmbedVideoResponse N/A
footer components.MessageEmbedFooterResponse N/A