toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.components.data
/
InteractionConstraints
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
empty
Link copied to clipboard
@
JvmStatic
fun
empty
(
)
:
InteractionConstraints
of
Permissions
Link copied to clipboard
@
JvmStatic
fun
ofPermissions
(
vararg
permissions
:
Permission
)
:
InteractionConstraints
of
Role
Ids
Link copied to clipboard
@
JvmStatic
fun
ofRoleIds
(
vararg
roleIds
:
Long
)
:
InteractionConstraints
@
JvmStatic
fun
ofRoleIds
(
roleIds
:
Collection
<
Long
>
)
:
InteractionConstraints
of
Roles
Link copied to clipboard
@
JvmStatic
fun
ofRoles
(
vararg
roles
:
Role
)
:
InteractionConstraints
@
JvmStatic
fun
ofRoles
(
roles
:
Collection
<
Role
>
)
:
InteractionConstraints
of
User
Ids
Link copied to clipboard
@
JvmStatic
fun
ofUserIds
(
vararg
userIds
:
Long
)
:
InteractionConstraints
@
JvmStatic
fun
ofUserIds
(
userIds
:
Collection
<
Long
>
)
:
InteractionConstraints
of
Users
Link copied to clipboard
@
JvmStatic
fun
ofUsers
(
vararg
users
:
UserSnowflake
)
:
InteractionConstraints
@
JvmStatic
fun
ofUsers
(
users
:
Collection
<
UserSnowflake
>
)
:
InteractionConstraints