Google Apps Chat V1 Client - Class MessageBatchDeletedEventData (0.3.0)

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

Event payload for multiple deleted messages.

Event type: google.workspace.chat.message.v1.batchDeleted

Generated from protobuf message google.chat.v1.MessageBatchDeletedEventData

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ messages array<Google\Apps\Chat\V1\MessageDeletedEventData>

A list of deleted messages.

getMessages

A list of deleted messages.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMessages

A list of deleted messages.

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