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.messages
/
MentionPart
Mention
Part
@
Serializable
data
class
MentionPart
@
ApiResultType
constructor
(
val
id
:
String
,
val
username
:
String
,
val
fullName
:
String
,
val
avatar
:
String
)
(
source
)
Mention part info.
Members
Constructors
Mention
Part
Link copied to clipboard
@
ApiResultType
constructor
(
id
:
String
,
username
:
String
,
fullName
:
String
,
avatar
:
String
)
Properties
avatar
Link copied to clipboard
val
avatar
:
String
full
Name
Link copied to clipboard
@
SerialName
(
value
=
"full_name"
)
val
fullName
:
String
id
Link copied to clipboard
val
id
:
String
username
Link copied to clipboard
val
username
:
String