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

This object describes the type of a background. Currently, it can be one of

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

Summary

Types

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

Functions