通过


TextType type

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

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