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

The number of people who reacted to a message with a specific emoji.

Attributes

  • emoji (type: GoogleApi.Chat.V1.Model.Emoji.t, default: nil) - Emoji associated with the reactions.
  • reactionCount (type: integer(), default: nil) - The total number of reactions using the associated emoji.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.EmojiReactionSummary{
  emoji: GoogleApi.Chat.V1.Model.Emoji.t() | nil,
  reactionCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.