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

The background is a gradient fill.

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

Summary

Types

@type t() :: %ExGram.Model.BackgroundFillGradient{
  bottom_color: integer(),
  rotation_angle: integer(),
  top_color: integer(),
  type: String.t()
}

Functions