KtGram
Toggle table of contents
8.0.0
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.types.stars
/
RevenueWithdrawalState
/
Succeeded
Succeeded
@
Serializable
@
SerialName
(
value
=
"succeeded"
)
data
class
Succeeded
(
val
date
:
Instant
,
val
url
:
String
)
:
RevenueWithdrawalState
(
source
)
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