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
اختياريّ. رمز تعبيري أساسي يُمثَّل بسلسلة يونيكود
|
customEmoji |
object (CustomEmoji )
النتائج فقط. رمز تعبيري مخصّص
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-04 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-04 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]