docs
Toggle table of contents
36.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.payments
/
BotSubscriptionUpdated
/
State
State
@
Serializable
(
with
=
BotSubscriptionUpdated.StateSerializer::class
)
sealed
interface
State
(
source
)
Inheritors
Canceled
Active
Failed
Unknown
Members
Types
Active
Link copied to clipboard
@
Serializable
data
object
Active
:
BotSubscriptionUpdated.State
Canceled
Link copied to clipboard
@
Serializable
data
object
Canceled
:
BotSubscriptionUpdated.State
Failed
Link copied to clipboard
@
Serializable
data
object
Failed
:
BotSubscriptionUpdated.State
Unknown
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Unknown
(
val
name
:
String
)
:
BotSubscriptionUpdated.State
Properties
name
Link copied to clipboard
abstract
val
name
:
String