Skip to main content

DiscordEmbedImage

Documentation


Documentation / @discordeno/types / DiscordEmbedImage

Interface: DiscordEmbedImage

Defined in: discord/message.ts:413

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

Properties

height?

optional height?: number

Defined in: discord/message.ts:419

Height of image


proxy_url?

optional proxy_url?: string

Defined in: discord/message.ts:417

A proxied url of the image


url

url: string

Defined in: discord/message.ts:415

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


width?

optional width?: number

Defined in: discord/message.ts:421

Width of image