View Source GoogleApi.Chat.V1.Model.MessageUpdatedEventData (google_api_chat v0.34.1)
Payload for updated message events where the EventType
field is google.workspace.chat.message.v1.updated
.
Attributes
-
message
(type:GoogleApi.Chat.V1.Model.Message.t
, default:nil
) - The most recent version of the message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.MessageUpdatedEventData{ message: GoogleApi.Chat.V1.Model.Message.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.