simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.objects
/
AtTarget
At
Target
sealed
class
AtTarget
:
CharSequence
可用于
At
的目标类型,分为
指定用户
、
全体
和
在线
。
Types
Functions
Properties
Inheritors
Types
All
Link copied to clipboard
object
All
:
AtTarget
,
CharSequence
Here
Link copied to clipboard
object
Here
:
AtTarget
,
CharSequence
User
Link copied to clipboard
class
User
(
val
id
:
String
)
:
AtTarget
,
CharSequence
Functions
chars
Link copied to clipboard
open
fun
chars
(
)
:
IntStream
code
Points
Link copied to clipboard
open
fun
codePoints
(
)
:
IntStream
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
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Inheritors
User
Link copied to clipboard
All
Link copied to clipboard
Here
Link copied to clipboard