Skip to main content

Documentation / Modules / @discordeno/types / DiscordEmbedImage

Interface: DiscordEmbedImage

@discordeno/types.DiscordEmbedImage

https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure

Table of contents

Properties

Properties

height

Optional height: number

Height of image

Defined in

discord.ts:675


proxy_url

Optional proxy_url: string

A proxied url of the image

Defined in

discord.ts:673


url

url: string

Source url of image (only supports http(s) and attachments)

Defined in

discord.ts:671


width

Optional width: number

Width of image

Defined in

discord.ts:677