options property

List<SelectMenuOption>? options
final

The options in this menu.

Will be null if this menu is not a MessageComponentType.stringSelect menu.

Implementation

final List<SelectMenuOption>? options;