Enum DeletionMetadata.Types.DeletionType
Who deleted the message and how it was deleted.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum DeletionMetadata.Types.DeletionType
Fields
| Name | Description |
|---|---|
| Admin | A Google Workspace admin deleted the message. |
| AppMessageExpiry | A Chat app deleted its own message when it expired. |
| Creator | User deleted their own message. |
| CreatorViaApp | A Chat app deleted the message on behalf of the user. |
| SpaceOwner | The space owner deleted the message. |
| SpaceOwnerViaApp | A Chat app deleted the message on behalf of the space owner. |
| Unspecified | This value is unused. |