toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
Birthdate
Birthdate
@
Serializable
data
class
Birthdate
(
val
day
:
Int
,
val
month
:
Int
,
val
year
:
Int
)
Members
Constructors
Birthdate
Link copied to clipboard
constructor
(
day
:
Int
,
month
:
Int
,
year
:
Int
)
Properties
date
Link copied to clipboard
val
date
:
Date
day
Link copied to clipboard
@
SerialName
(
value
=
"day"
)
val
day
:
Int
month
Link copied to clipboard
@
SerialName
(
value
=
"month"
)
val
month
:
Int
year
Link copied to clipboard
@
SerialName
(
value
=
"year"
)
val
year
:
Int