TextType type

可发送给用户的基于文本的提示。

  • {string} - 用于向用户发送的简单消息。
  • {string[]} - 要向用户发送的可能消息数组。 将随机选择一个。
type TextType = string | string[]