GoogleApi.Chat.V1.Model.CustomEmojiPayload (google_api_chat v0.43.0)

View Source

Payload data for the custom emoji.

Attributes

  • fileContent (type: String.t, default: nil) - Required. Input only. The image used for the custom emoji. The payload must be under 256 KB and the dimension of the image must be square and between 64 and 500 pixels. The restrictions are subject to change.
  • filename (type: String.t, default: nil) - Required. Input only. The image file name. Supported file extensions: .png, .jpg, .gif.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.CustomEmojiPayload{
  fileContent: String.t() | nil,
  filename: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.