Skip to content

GramIO API Reference / gramio/dist / TelegramBackgroundTypeWallpaper

Interface: TelegramBackgroundTypeWallpaper

Defined in: @gramio/types/out/objects.d.ts:2285

The background is a wallpaper in the JPEG format.

Documentation

Properties

PropertyTypeDescriptionDefined in
dark_theme_dimmingnumberDimming of the background in dark themes, as a percentage; 0-100@gramio/types/out/objects.d.ts:2297
documentTelegramDocumentDocument with the wallpaper@gramio/types/out/objects.d.ts:2293
is_blurred?trueOptional. True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12@gramio/types/out/objects.d.ts:2301
is_moving?trueOptional. True, if the background moves slightly when the device is tilted@gramio/types/out/objects.d.ts:2305
type"wallpaper"Type of the background, always “wallpaper”@gramio/types/out/objects.d.ts:2289