ExGram.Model.BackgroundFillFreeformGradient (ex_gram v0.55.1)

View Source

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

t()

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

Functions

decode_as()