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 . Wajib. Konten emoji. content hanya dapat berupa salah satu dari berikut: |
unicode |
string
Opsional. Emoji dasar yang direpresentasikan oleh string unicode.
|
customEmoji |
object (CustomEmoji )
Hanya output. Emoji kustom.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-04 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-04 UTC."],[[["ReactionEmoji resource represents an emoji used as a reaction to a message."],["Emoji content can be represented either by a unicode string for basic emojis or a CustomEmoji object for custom emojis."],["The content field is required and determines the type of emoji being used."]]],[]]