GoogleApi.Chat.V1.Model.CustomEmojiMetadata (google_api_chat v0.43.0)
View SourceAnnotation metadata for custom emoji.
Attributes
-
customEmoji
(type:GoogleApi.Chat.V1.Model.CustomEmoji.t
, default:nil
) - The custom emoji.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.CustomEmojiMetadata{ customEmoji: GoogleApi.Chat.V1.Model.CustomEmoji.t() | nil }