ExGram.Model.BackgroundFillGradient (ex_gram v0.55.1)

View Source

The background is a gradient fill.

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

Summary

Types

t()

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

Functions

decode_as()