toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.cache
/
ViewKeys
View
Keys
class
ViewKeys
(
keySet
:
MutableSet
<
Any
>
=
mutableSetOf()
)
(
source
)
Members
Constructors
View
Keys
Link copied to clipboard
constructor
(
keySet
:
MutableSet
<
Any
>
=
mutableSetOf()
)
Properties
keys
Link copied to clipboard
val
keys
:
Set
<
Any
>
Functions
add
Link copied to clipboard
fun
add
(
key
:
Any
)