Channel

constructor(id: String, name: String, description: String? = null, isPrivate: Boolean = false, ownerId: UUID, createdAt: Long = System.currentTimeMillis(), bannedPlayers: Set<@Serializable(with = UUIDSerializer::class) UUID> = emptySet())(source)