Google Apps Chat V1 Client - Class ReactionBatchCreatedEventData (0.3.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class ReactionBatchCreatedEventData.

Event payload for multiple new reactions.

Event type: google.workspace.chat.reaction.v1.batchCreated

Generated from protobuf message google.chat.v1.ReactionBatchCreatedEventData

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reactions array<Google\Apps\Chat\V1\ReactionCreatedEventData>

A list of new reactions.

getReactions

A list of new reactions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setReactions

A list of new reactions.

Parameter
Name Description
var array<Google\Apps\Chat\V1\ReactionCreatedEventData>
Returns
Type Description
$this