GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIEmbedImage

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

API/Interfaces/APIEmbedImage
seyfert/lib/types/payloads/channel.d.ts

Signature

export interface APIEmbedImage

Properties

4
urlproxy_urlheightwidth

Methods

0

No methods.

Properties

url#
url: string;

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

proxy_url#
proxy_url?: string;

A proxied url of the image

height#
height?: number;

Height of image

width#
width?: number;

Width of image