Reference documentation and code samples for the Google Apps Chat V1 Client class ReactionBatchDeletedEventData.
Event payload for multiple deleted reactions.
Event type: google.workspace.chat.reaction.v1.batchDeleted
Generated from protobuf message google.chat.v1.ReactionBatchDeletedEventData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reactions |
array<ReactionDeletedEventData>
A list of deleted reactions. |
getReactions
A list of deleted reactions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setReactions
A list of deleted reactions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ReactionDeletedEventData>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|