deletionType property

String? deletionType
getter/setter pair

Indicates who deleted the message. Possible string values are:

  • "DELETION_TYPE_UNSPECIFIED" : This value is unused.
  • "CREATOR" : User deleted their own message.
  • "SPACE_OWNER" : The space owner deleted the message.
  • "ADMIN" : A Google Workspace admin deleted the message.
  • "APP_MESSAGE_EXPIRY" : A Chat app deleted its own message when it expired.
  • "CREATOR_VIA_APP" : A Chat app deleted the message on behalf of the user.
  • "SPACE_OWNER_VIA_APP" : A Chat app deleted the message on behalf of the space owner.

Implementation

core.String? deletionType;