CommandContext type

CommandContext の値を定義します。 指定できる値は、'message'、'compose'、'commandbox' です。

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