type property Null safety

CommandType type
final

The type of this ChatCommand.

The type of a ChatCommand influences how it can be invoked and can be used to make chat commands executable only through Slash Commands, or only through text messages.

You might also be interested in:

Implementation

final CommandType type;