Emoji
Biểu tượng cảm xúc được dùng để thể hiện cảm xúc với một tin nhắn.
Biểu diễn dưới dạng 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 .
} |
Trường |
Trường hợp hợp nhất content . Bắt buộc. Nội dung của biểu tượng cảm xúc. content chỉ có thể là một trong những trạng thái sau đây: |
unicode |
string
Không bắt buộc. Biểu tượng cảm xúc cơ bản được biểu thị bằng một chuỗi unicode.
|
customEmoji |
object (CustomEmoji )
Chỉ có đầu ra. Biểu tượng cảm xúc tuỳ chỉnh.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-04 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"]]