The options for setting an image in an embed.

interface ImageEmbedOptions {
    channel: GuildTextBasedChannel;
    description: string;
    link?: string;
    path?: string;
    title: string;
}

Properties

channel: GuildTextBasedChannel

Channel where to send the image.

description: string

Description of the embed.

link?: string

Link of the image.

path?: string

Local path of the image.

title: string

Title of the embed.

Generated using TypeDoc