toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
BackgroundType
/
Pattern
Pattern
@
Serializable
@
SerialName
(
value
=
"pattern"
)
data
class
Pattern
(
val
document
:
Document
,
val
fill
:
BackgroundFill
,
val
intensity
:
Int
,
val
isInverted
:
Boolean
?
=
null
,
val
isMoving
:
Boolean
?
=
null
)
:
BackgroundType
Members
Constructors
Pattern
Link copied to clipboard
constructor
(
document
:
Document
,
fill
:
BackgroundFill
,
intensity
:
Int
,
isInverted
:
Boolean
?
=
null
,
isMoving
:
Boolean
?
=
null
)
Properties
document
Link copied to clipboard
val
document
:
Document
fill
Link copied to clipboard
val
fill
:
BackgroundFill
intensity
Link copied to clipboard
val
intensity
:
Int
is
Inverted
Link copied to clipboard
val
isInverted
:
Boolean
?
=
null
is
Moving
Link copied to clipboard
val
isMoving
:
Boolean
?
=
null
type
Link copied to clipboard
val
type
:
String