Class BackgroundType
java.lang.Object
io.github.natanimn.telebof.types.BackgroundType
This object describes the type of a background.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier and TypeFieldDescriptionDimming of the background in dark themes, as a percentage; 0-100Document with the patternThe background fill that is combined with the patternIntensity of the pattern when it is shown above the filled background; 0-100True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12True, if the background fill must be applied only to the pattern itself.True, if the background moves slightly when the device is tiltedName of the chat theme, which is usually an emojiType of the background
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
typeType of the background
- 
theme_nameName of the chat theme, which is usually an emoji
- 
fillThe background fill that is combined with the pattern
- 
dark_theme_dimmingDimming of the background in dark themes, as a percentage; 0-100
- 
intensityIntensity of the pattern when it is shown above the filled background; 0-100
- 
documentDocument with the pattern
- 
is_blurredTrue, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12
- 
is_movingTrue, if the background moves slightly when the device is tilted
- 
is_invertedTrue, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only
 
- 
- 
Constructor Details- 
BackgroundTypepublic BackgroundType()
 
-