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.

content hanya dapat berupa salah satu dari berikut:

unicode

string

Emoji dasar yang direpresentasikan oleh string unicode.

customEmoji

object (CustomEmoji)

Hanya output. Emoji kustom.

Emoji Kustom

Menampilkan emoji kustom.

Representasi JSON
{
  "uid": string
}
Kolom
uid

string

Kunci unik untuk resource emoji kustom.