MessageSelectOption

Inherits: Reference < Object

Description

Represents an option of a Select Menu.

Properties

type name
String label
String value
String description
Emoji emoji
bool default

Property Descriptions

  • String label

    Name of the option.


  • String value

    Value of the option.


  • String description

    Additional description of the option.


  • Emoji emoji

    Option's emoji if present.


  • bool default

    Whether this option is selected by default.