options property

List<InteractionOption>? options
final

A list of sub-options if this option is a subcommand or subcommand group.

Implementation

final List<InteractionOption>? options;