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 "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-02-27 UTC.
[null,null,["Последнее обновление: 2025-02-27 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."]]],["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"]]