TelegramDate

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

Constructors

Link copied to clipboard
fun TelegramDate(dateTime: DateTime)
Link copied to clipboard
fun TelegramDate(date: Long)

Properties

Link copied to clipboard
val asDate: DateTime