Skip to main content

DiscordEmbedImage

@discordeno/bot


Documentation / @discordeno/bot / DiscordEmbedImage

Interface: DiscordEmbedImage

Defined in: packages/types/dist/types/discord.d.ts:607

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

Properties

height?

optional height: number

Defined in: packages/types/dist/types/discord.d.ts:613

Height of image


proxy_url?

optional proxy_url: string

Defined in: packages/types/dist/types/discord.d.ts:611

A proxied url of the image


url

url: string

Defined in: packages/types/dist/types/discord.d.ts:609

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


width?

optional width: number

Defined in: packages/types/dist/types/discord.d.ts:615

Width of image