Emoji
Mesajlara tepki olarak kullanılan emoji.
JSON gösterimi |
{
// 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 .
} |
Alanlar |
Birleştirme alanı content . Zorunlu. Emojinin içeriği. content yalnızca aşağıdakilerden biri olabilir: |
unicode |
string
İsteğe bağlı. Unicode dizesiyle temsil edilen basit bir emoji.
|
customEmoji |
object (CustomEmoji )
Yalnızca çıkış. Özel emoji.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-04 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]