LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.chat.channel
/
Channel
/
Channel
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
)