Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
EmojiReactionSummary |
EmojiReactionSummary.clone() |
EmojiReactionSummary |
EmojiReactionSummary.set(String fieldName,
Object value) |
EmojiReactionSummary |
EmojiReactionSummary.setEmoji(Emoji emoji)
Emoji associated with the reactions.
|
EmojiReactionSummary |
EmojiReactionSummary.setReactionCount(Integer reactionCount)
The total number of reactions using the associated emoji.
|
Modifier and Type | Method and Description |
---|---|
List<EmojiReactionSummary> |
Message.getEmojiReactionSummaries()
Output only.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setEmojiReactionSummaries(List<EmojiReactionSummary> emojiReactionSummaries)
Output only.
|
Copyright © 2011–2024 Google. All rights reserved.