| Package | Description |
|---|---|
| com.google.api.services.chat.v1 | |
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Spaces.Messages.Reactions.Create |
HangoutsChat.Spaces.Messages.Reactions.create(String parent,
Reaction content)
Creates a reaction and adds it to a message.
|
| Constructor and Description |
|---|
Create(String parent,
Reaction content)
Creates a reaction and adds it to a message.
|
| Modifier and Type | Method and Description |
|---|---|
Reaction |
Reaction.clone() |
Reaction |
ReactionDeletedEventData.getReaction()
The deleted reaction.
|
Reaction |
ReactionCreatedEventData.getReaction()
The new reaction.
|
Reaction |
Reaction.set(String fieldName,
Object value) |
Reaction |
Reaction.setEmoji(Emoji emoji)
Required.
|
Reaction |
Reaction.setName(String name)
Identifier.
|
Reaction |
Reaction.setUser(User user)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reaction> |
ListReactionsResponse.getReactions()
List of reactions in the requested (or first) page.
|
| Modifier and Type | Method and Description |
|---|---|
ReactionDeletedEventData |
ReactionDeletedEventData.setReaction(Reaction reaction)
The deleted reaction.
|
ReactionCreatedEventData |
ReactionCreatedEventData.setReaction(Reaction reaction)
The new reaction.
|
| Modifier and Type | Method and Description |
|---|---|
ListReactionsResponse |
ListReactionsResponse.setReactions(List<Reaction> reactions)
List of reactions in the requested (or first) page.
|
Copyright © 2011–2025 Google. All rights reserved.