REST Resource: spaces.messages.reactions
المرجع: Reaction
تمثيل JSON |
{
"name": string,
"user": {
object (User )
},
"emoji": {
object (Emoji )
}
} |
الحقول |
name |
string
المعرّف اسم المورد للتفاعل تنسيق الملف: spaces/{space}/messages/{message}/reactions/{reaction}
|
user |
object (User )
النتائج فقط. المستخدِم الذي أنشأ التفاعل.
|
emoji |
object (Emoji )
مطلوب. الرمز التعبيري المستخدَم في التفاعل
|
الطُرق |
|
لإنشاء تفاعل وإضافته إلى رسالة |
|
حذف تفاعل مع رسالة |
|
يسرد التفاعلات مع رسالة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-05 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["A Reaction represents a response to a message, containing information about the user, the emoji used, and a unique identifier."],["Reactions can be created, deleted, and listed using the provided API methods."],["The `user` field is output-only and indicates who created the reaction, while the `emoji` field is required and specifies the emoji used."]]],[]]