toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
BackgroundType
/
Fill
Fill
@
Serializable
data
class
Fill
(
val
fill
:
BackgroundFill
,
val
darkThemeDimming
:
Progress
)
:
BackgroundType.Fillable
,
BackgroundType.Dimmable
Members
Constructors
Fill
Link copied to clipboard
constructor
(
fill
:
BackgroundFill
,
darkThemeDimming
:
Progress
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dark
Theme
Dimming
Link copied to clipboard
@
SerialName
(
value
=
"dark_theme_dimming"
)
@
Serializable
(
with
=
IntProgress100Serializer::class
)
open
override
val
darkThemeDimming
:
Progress
fill
Link copied to clipboard
@
SerialName
(
value
=
"fill"
)
open
override
val
fill
:
BackgroundFill
type
Link copied to clipboard
@
EncodeDefault
@
SerialName
(
value
=
"type"
)
open
override
val
type
:
String