Skip to main content
Version: Next

MessageCommandOptionsSchema

MessageCommandOptionsSchema

Schema defining the types of options for a message command.

Signature
type MessageCommandOptionsSchema = Record<
string,
ApplicationCommandOptionType
>