RevenueWithdrawalState

Types

Link copied to clipboard
object Companion : KSerializer<RevenueWithdrawalState>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Succeeded(val date: TelegramDate, val url: String) : RevenueWithdrawalState
Link copied to clipboard
data class Unknown(val type: String, val raw: JsonElement?) : RevenueWithdrawalState

Properties

Link copied to clipboard
abstract val type: String