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

The background is a wallpaper in the JPEG format.

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

Summary

Types

@type t() :: %ExGram.Model.BackgroundTypeWallpaper{
  dark_theme_dimming: integer(),
  document: ExGram.Model.Document.t(),
  is_blurred: boolean() | nil,
  is_moving: boolean() | nil,
  type: String.t()
}

Functions