Current section
Files
Jump to
Current section
Files
include/telega@model@types_BackgroundTypeWallpaper.hrl
-record(background_type_wallpaper, {
type_ :: binary(),
document :: telega@model@types:document(),
dark_theme_dimming :: integer(),
is_blurred :: gleam@option:option(boolean()),
is_moving :: gleam@option:option(boolean())
}).