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

The background is automatically filled based on the selected colors.

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

Summary

Types

@type t() :: %ExGram.Model.BackgroundTypeFill{
  dark_theme_dimming: integer(),
  fill: ExGram.Model.BackgroundFill.t(),
  type: String.t()
}

Functions