| 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 |
Reaction.set(String fieldName,
Object value) |
Reaction |
Reaction.setEmoji(Emoji emoji)
The emoji used in the reaction.
|
Reaction |
Reaction.setName(String name)
The resource name of the reaction.
|
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 |
|---|---|
ListReactionsResponse |
ListReactionsResponse.setReactions(List<Reaction> reactions)
List of reactions in the requested (or first) page.
|
Copyright © 2011–2023 Google. All rights reserved.