TelegramDate

@Serializable(with = TelegramDateSerializer::class)
data class TelegramDate(date: Long)

Constructors

Link copied to clipboard
constructor(dateTime: DateTime)
constructor(date: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Transient
val asDate: DateTime