toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
BackgroundType
/
Wallpaper
Wallpaper
@
Serializable
@
SerialName
(
value
=
"wallpaper"
)
data
class
Wallpaper
(
val
document
:
Document
,
val
darkThemeDimming
:
Int
,
val
isBlurred
:
Boolean
?
=
null
,
val
isMoving
:
Boolean
?
=
null
)
:
BackgroundType
Members
Constructors
Wallpaper
Link copied to clipboard
constructor
(
document
:
Document
,
darkThemeDimming
:
Int
,
isBlurred
:
Boolean
?
=
null
,
isMoving
:
Boolean
?
=
null
)
Properties
dark
Theme
Dimming
Link copied to clipboard
val
darkThemeDimming
:
Int
document
Link copied to clipboard
val
document
:
Document
is
Blurred
Link copied to clipboard
val
isBlurred
:
Boolean
?
=
null
is
Moving
Link copied to clipboard
val
isMoving
:
Boolean
?
=
null
type
Link copied to clipboard
val
type
:
String