toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments.stars
/
RevenueWithdrawalState
/
Succeeded
Succeeded
@
Serializable
(
with
=
RevenueWithdrawalState.Companion::class
)
data
class
Succeeded
(
val
date
:
TelegramDate
,
val
url
:
String
)
:
RevenueWithdrawalState
Members
Constructors
Succeeded
Link copied to clipboard
constructor
(
date
:
TelegramDate
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Link copied to clipboard
val
date
:
TelegramDate
type
Link copied to clipboard
open
override
val
type
:
String
url
Link copied to clipboard
val
url
:
String