The options for setting a local image in a message.

interface ImageLocalOptions {
    channel: GuildTextBasedChannel;
    content: string;
    path: string;
}

Properties

Properties

channel: GuildTextBasedChannel

Channel where to send the image.

content: string

Content of the message.

path: string

Local path of the image.

Generated using TypeDoc