共用方式為


TextType type

可傳送給使用者的文字型提示。

  • {string} - 傳送使用者的簡單訊息。
  • {string[]} - 傳送使用者之可能訊息的陣列。 隨機選擇一個。
type TextType = string | string[]