Enum DeletionMetadata.Types.DeletionType
Who deleted the message and how it was deleted. More values may be added in the future.
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. |
| SpaceMember | A member of the space deleted the message. Human users can delete messages sent by apps. |
| 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. |