Type Alias EmojiIDs

EmojiIDs: {
    down?: string;
    no?: string;
    up?: string;
    yes?: string;
}

A collection of emoji IDs used by the bot.

Type declaration

  • Optionaldown?: string
    • The ID of the down arrow emoji.
  • Optionalno?: string
    • The ID of the cross emoji.
  • Optionalup?: string
    • The ID of the up arrow emoji.
  • Optionalyes?: string
    • The ID of the checkmark emoji.