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

An emoji that is used as a reaction to a message.

Attributes

  • customEmoji (type: GoogleApi.Chat.V1.Model.CustomEmoji.t, default: nil) - Output only. A custom emoji.
  • unicode (type: String.t, default: nil) - A basic emoji represented by a unicode string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.Emoji{
  customEmoji: GoogleApi.Chat.V1.Model.CustomEmoji.t() | nil,
  unicode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.