TelegramDate

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

Constructors

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

Properties

Link copied to clipboard
@Transient
val asDate: DateTime