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)

النتائج فقط. رمز تعبيري مخصّص

CustomEmoji

يمثل رمزًا تعبيريًا مخصصًا.

تمثيل JSON
{
  "uid": string
}
الحقول
uid

string

النتائج فقط. مفتاح فريد لمورد الرموز التعبيرية المخصّصة.