Skip to main content
Version: 1.2

MessageCommandOptionsSchema

MessageCommandOptionsSchema

Schema defining the types of options for a message command.

Signature
type MessageCommandOptionsSchema = Record<
string,
ApplicationCommandOptionType
>