View Source GoogleApi.Chat.V1.Model.ReactionBatchCreatedEventData (google_api_chat v0.41.6)

Event payload for multiple new reactions. Event type: google.workspace.chat.reaction.v1.batchCreated

Attributes

  • reactions (type: list(GoogleApi.Chat.V1.Model.ReactionCreatedEventData.t), default: nil) - A list of new reactions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.ReactionBatchCreatedEventData{
  reactions: [GoogleApi.Chat.V1.Model.ReactionCreatedEventData.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.