BotMessagePreviewActionType type

BotMessagePreviewActionType の値を定義します。 使用可能な値は、'edit'、'send' です。

type BotMessagePreviewActionType = "edit" | "send"