type ContextMenuCommandType = ApplicationCommandType.Message | ApplicationCommandType.User;
The type a context menu command can be.
type ContextMenuCommandType = ApplicationCommandType.Message | ApplicationCommandType.User;
The type a context menu command can be.