Reference documentation and code samples for the Google Apps Chat V1 Client class Reaction.
A reaction to a message.
Generated from protobuf message google.chat.v1.Reaction
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the reaction. Format: |
↳ user |
User
Output only. The user who created the reaction. |
↳ emoji |
Emoji
Required. The emoji used in the reaction. |
getName
Identifier. The resource name of the reaction.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The resource name of the reaction.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUser
Output only. The user who created the reaction.
| Returns | |
|---|---|
| Type | Description |
User|null |
|
hasUser
clearUser
setUser
Output only. The user who created the reaction.
| Parameter | |
|---|---|
| Name | Description |
var |
User
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEmoji
Required. The emoji used in the reaction.
| Returns | |
|---|---|
| Type | Description |
Emoji|null |
|
hasEmoji
clearEmoji
setEmoji
Required. The emoji used in the reaction.
| Parameter | |
|---|---|
| Name | Description |
var |
Emoji
|
| Returns | |
|---|---|
| Type | Description |
$this |
|