Interface ImageLocalContextOptions

The options for setting a local image in a message from a context.

interface ImageLocalContextOptions {
    content: string;
    ctx: CommandContext;
    path: string;
}

Hierarchy

Properties

Properties

content: string

Content of the message.

The context where to send the image.

path: string

Local path of the image.

Generated using TypeDoc