View Source ExGram.Model.BackgroundFillFreeformGradient (ex_gram v0.53.0)

The background is a freeform gradient that rotates after every message in the chat.

Check the documentation of this model in https://core.telegram.org/bots/api#backgroundfillfreeformgradient

Summary

Types

@type t() :: %ExGram.Model.BackgroundFillFreeformGradient{
  colors: [integer()],
  type: String.t()
}

Functions