View Source GoogleApi.Chat.V1.Model.MessageCreatedEventData (google_api_chat v0.34.3)

Event payload for a new message. Event type: google.workspace.chat.message.v1.created

Attributes

  • message (type: GoogleApi.Chat.V1.Model.Message.t, default: nil) - The new message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.