simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild
/
Intents
Intents
@
JvmInline
value
class
Intents
(
val
value
:
Int
)
intents
合并两种监听类型:
val intA = Intents(...)
val intB = Intents(...)
val intC = intA + intB
Content copied to clipboard
Constructors
Functions
Properties
See also
See also
Event
Signals
Event
Signals.
Companion.
allIntents
Constructors
Intents
Link copied to clipboard
fun
Intents
(
value
:
Int
)
Functions
plus
Link copied to clipboard
operator
fun
plus
(
intents
:
Intents
)
:
Intents
Properties
value
Link copied to clipboard
val
value
:
Int