Reference documentation and code samples for the Google Apps Chat V1 Client class DeletionMetadata.
Information about a deleted message. A message is deleted when delete_time
is set.
Generated from protobuf message google.chat.v1.DeletionMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deletion_type |
int
Indicates who deleted the message. |
getDeletionType
Indicates who deleted the message.
Returns | |
---|---|
Type | Description |
int |
setDeletionType
Indicates who deleted the message.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |