Banned

@Serializable
@SerialName(value = "kicked")
data class Banned(val user: User, val untilDate: Instant) : ChatMember

Constructors

Link copied to clipboard
constructor(user: User, untilDate: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = InstantSerializer::class)
val untilDate: Instant
Link copied to clipboard
open override val user: User