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 ) فقط خروجی یک ایموجی سفارشی |
،
ایموجی که به عنوان واکنش به یک پیام استفاده می شود.
نمایندگی 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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],["The core content defines a message reaction emoji, which can be represented in JSON. The `content` field is mandatory and can be either a `unicode` string for basic emojis or a `customEmoji` object for custom emojis. `unicode` is optional and represents a standard emoji, while `customEmoji` is output-only and links to a separate definition of custom emojis. Only one of the content type is accepted.\n"]]