Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.objects.kmd
/
AtTarget
At
Target
sealed
class
AtTarget
:
CharSequence
(
source
)
可用于
At
的目标类型,分为
指定用户
、
全体
和
在线
。
Inheritors
User
All
Here
Members
Constructors
At
Target
Link copied to clipboard
protected
constructor
(
)
Types
All
Link copied to clipboard
data
object
All
:
AtTarget
at 'all', 即at全体。
Here
Link copied to clipboard
data
object
Here
:
AtTarget
at 'here', 即at在线用户。
User
Link copied to clipboard
class
User
(
val
id
:
String
)
:
AtTarget
at 一个具体的ID
Inherited properties
length
Link copied to clipboard
abstract
val
length
:
Int
Inherited functions
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
Char
sub
Sequence
Link copied to clipboard
abstract
fun
subSequence
(
startIndex
:
Int
,
endIndex
:
Int
)
:
CharSequence