Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
Emoji |
Emoji.clone() |
Emoji |
EmojiReactionSummary.getEmoji()
Emoji associated with the reactions.
|
Emoji |
Reaction.getEmoji()
The emoji used in the reaction.
|
Emoji |
Emoji.set(String fieldName,
Object value) |
Emoji |
Emoji.setCustomEmoji(CustomEmoji customEmoji)
Output only.
|
Emoji |
Emoji.setUnicode(String unicode)
A basic emoji represented by a unicode string.
|
Modifier and Type | Method and Description |
---|---|
EmojiReactionSummary |
EmojiReactionSummary.setEmoji(Emoji emoji)
Emoji associated with the reactions.
|
Reaction |
Reaction.setEmoji(Emoji emoji)
The emoji used in the reaction.
|
Copyright © 2011–2024 Google. All rights reserved.