GoogleApi.Chat.V1.Model.Emoji (google_api_chat v0.43.0)
View SourceAn emoji that is used as a reaction to a message.
Attributes
-
customEmoji(type:GoogleApi.Chat.V1.Model.CustomEmoji.t, default:nil) - A custom emoji. -
unicode(type:String.t, default:nil) - Optional. 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 }