Current section

Files

Jump to
telega include telega@model_BackgroundTypeWallpaper.hrl
Raw

include/telega@model_BackgroundTypeWallpaper.hrl

-record(background_type_wallpaper, {
type_ :: binary(),
document :: telega@model:document(),
dark_theme_dimming :: integer(),
is_blurred :: gleam@option:option(boolean()),
is_moving :: gleam@option:option(boolean())
}).