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
The resource name of the reaction. Format: |
↳ user |
Google\Apps\Chat\V1\User
Output only. The user who created the reaction. |
↳ emoji |
Google\Apps\Chat\V1\Emoji
The emoji used in the reaction. |
getName
The resource name of the reaction.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
Returns | |
---|---|
Type | Description |
string |
setName
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 |
Google\Apps\Chat\V1\User|null |
hasUser
clearUser
setUser
Output only. The user who created the reaction.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Chat\V1\User
|
Returns | |
---|---|
Type | Description |
$this |
getEmoji
The emoji used in the reaction.
Returns | |
---|---|
Type | Description |
Google\Apps\Chat\V1\Emoji|null |
hasEmoji
clearEmoji
setEmoji
The emoji used in the reaction.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Chat\V1\Emoji
|
Returns | |
---|---|
Type | Description |
$this |