Enum DeletionMetadata.Types.DeletionType
Who deleted the message and how it was deleted. More values may be added in the future. See Edit or delete a message in Google Chat for details on when messages can be 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 administrator deleted the message. Administrators can delete any message in the space, including messages sent by any space member or Chat app. |
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 creator (using user authentication). |
SpaceMember | A member of the space deleted the message. Users can delete messages sent by apps. |
SpaceOwner | A space manager deleted the message. |
SpaceOwnerViaApp | A Chat app deleted the message on behalf of a space manager (using user authentication). |
Unspecified | This value is unused. |