simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.event
/
EventTypeConstant
Event
Type
Constant
object
EventTypeConstant
类型枚举
Event.Type
的类型常量类。
Functions
Properties
Functions
contains
Link copied to clipboard
operator
fun
contains
(
type
:
Int
)
:
Boolean
判断是否存在某个类型。
Properties
CARD
Link copied to clipboard
const
val
CARD
:
Int
=
10
FILE
Link copied to clipboard
const
val
FILE
:
Int
=
4
IMAGE
Link copied to clipboard
const
val
IMAGE
:
Int
=
2
KMD
Link copied to clipboard
const
val
KMD
:
Int
=
9
SYS
Link copied to clipboard
const
val
SYS
:
Int
=
255
sys目前与上述几种类型的关联性/连续性差距较大,暂时用于单独判断。
TEXT
Link copied to clipboard
const
val
TEXT
:
Int
=
1
VIDEO
Link copied to clipboard
const
val
VIDEO
:
Int
=
3
VOICE
Link copied to clipboard
const
val
VOICE
:
Int
=
8