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

カスタム絵文字リソースの一意のキー。