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

以 Unicode 字符串表示的基本表情符号。

customEmoji

object (CustomEmoji)

仅供输出。一个自定义表情符号。

CustomEmoji

表示自定义表情符号。

JSON 表示法
{
  "uid": string
}
字段
uid

string

自定义表情符号资源的唯一键。