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)

출력 전용. 맞춤 그림 이모티콘입니다.

CustomEmoji

맞춤 이모티콘을 나타냅니다.

JSON 표현
{
  "uid": string
}
입력란
uid

string

맞춤 그림 이모티콘 리소스의 고유 키입니다.