toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.stars
/
RevenueWithdrawalState
/
Succeeded
Succeeded
@
Serializable
@
SerialName
(
value
=
"succeeded"
)
data
class
Succeeded
(
val
date
:
Instant
,
val
url
:
String
)
:
RevenueWithdrawalState
Members
Constructors
Succeeded
Link copied to clipboard
constructor
(
date
:
Instant
,
url
:
String
)
Properties
date
Link copied to clipboard
@
Serializable
(
with
=
InstantSerializer::class
)
val
date
:
Instant
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
val
url
:
String