Emoji

用來回應訊息的表情符號。

JSON 表示法
{

  // Union field content can be only one of the following:
  "unicode": string,
  "customEmoji": {
    object (CustomEmoji)
  }
  // End of list of possible types for union field content.
}
欄位
聯集欄位 content。表情符號的內容。content 只能是下列其中一項:
unicode

string

以萬國碼 (Unicode) 字串表示的基本表情符號。

customEmoji

object (CustomEmoji)

僅供輸出。自訂表情符號。

CustomEmoji

代表自訂表情符號。

JSON 表示法
{
  "uid": string
}
欄位
uid

string

自訂表情符號資源的專屬鍵。