options property

List<CommandOption>? options
final

A list of options for this command if this command has a type of ApplicationCommandType.chatInput.

Implementation

final List<CommandOption>? options;