Emoji

Emoji yang digunakan sebagai reaksi terhadap pesan.

Representasi 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.
}
Kolom
Kolom union content. Konten emoji. content hanya ada berupa salah satu diantara berikut:
unicode

string

Emoji dasar yang direpresentasikan oleh string unicode.

customEmoji

object (CustomEmoji)

Hanya output. Emoji kustom.

CustomEmoji

Mewakili emoji kustom.

Representasi JSON
{
  "uid": string
}
Kolom
uid

string

Kunci unik untuk resource emoji kustom.