View Source Telegex.Type.BackgroundTypeWallpaper (Telegex v1.8.0)

The background is a wallpaper in the JPEG format.

Summary

Types

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