Emoji

Emoji utilisé comme réaction à un message.

Représentation 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.
}
Champs

Champ d'union content.

content ne peut être qu'un des éléments suivants :

unicode

string

Emoji de base représenté par une chaîne Unicode.

customEmoji

object (CustomEmoji)

Uniquement en sortie. Un emoji personnalisé.

Emoji personnalisés

Représente un emoji personnalisé.

Représentation JSON
{
  "uid": string
}
Champs
uid

string

Clé unique pour la ressource d'emoji personnalisée.