View Source GoogleApi.Chat.V1.Model.MessageDeletedEventData (google_api_chat v0.34.1)

Payload for deleted message events where the EventType field is google.workspace.chat.message.v1.deleted.

Attributes

  • message (type: GoogleApi.Chat.V1.Model.Message.t, default: nil) - The deleted message. Only name, createTime, deleteTime, and deletionMetadata are populated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.MessageDeletedEventData{
  message: GoogleApi.Chat.V1.Model.Message.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.