Got 5 minutes? Help us improve the Google Chat developer documentation by taking
a quick survey .
Send feedback
Emoji
Stay organized with collections
Save and categorize content based on your preferences.
An emoji that is used as a reaction to a message.
JSON representation
{
// 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
.
}
Fields
Union field content
.
content
can be only one of the following:
unicode
string
A basic emoji represented by a unicode string.
customEmoji
object (CustomEmoji
)
Output only. A custom emoji.
CustomEmoji
Represents a custom emoji.
JSON representation
{
"uid" : string
}
Fields
uid
string
Unique key for the custom emoji resource.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-25 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?