Reference documentation and code samples for the Google Apps Chat V1 Client class MessageBatchUpdatedEventData.
Event payload for multiple updated messages.
Event type: google.workspace.chat.message.v1.batchUpdated
Generated from protobuf message google.chat.v1.MessageBatchUpdatedEventData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ messages |
array<Google\Apps\Chat\V1\MessageUpdatedEventData>
A list of updated messages. |
getMessages
A list of updated messages.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMessages
A list of updated messages.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Apps\Chat\V1\MessageUpdatedEventData>
|
Returns | |
---|---|
Type | Description |
$this |