kiscord
0.6.0
kiscord-core
/
kiscord.api
/
PermissionSet
/
PermissionSet
Permission
Set
fun
PermissionSet
(
flags
:
Iterable
<
Permission
>
)
(
source
)
Constructs set from any
Iterable
fun
PermissionSet
(
vararg
flags
:
Permission
)
(
source
)
Constructs set from array
fun
PermissionSet
(
flags
:
String
)
(
source
)
Constructs set from permission string
fun
PermissionSet
(
flags
:
ULong
)
(
source
)