Interface CreateApplicationEmojiOptions

interface CreateApplicationEmojiOptions {
    image: string | Buffer;
    name: string;
}

Properties

Properties

image: string | Buffer

The image (buffer, or full data url).

name: string

The name of the emoji (must be unique).