CommandContext type

定义 CommandContext 的值。 可能的值包括:“message”、“compose”、“commandbox”

type CommandContext = "message" | "compose" | "commandbox"