GoogleApi.Chat.V1.Model.MessageDeletedEventData (google_api_chat v0.43.0)
View SourceEvent payload for a deleted message. Event type: google.workspace.chat.message.v1.deleted
Attributes
-
message(type:GoogleApi.Chat.V1.Model.Message.t, default:nil) - The deleted message. Only thename,createTime,deleteTime, anddeletionMetadatafields 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 }