interface ApplicationEmojiCreateOptions {
    attachment: string | Buffer;
    name: string;
}

Properties

Properties

attachment: string | Buffer
name: string