toggle menu
onebot-v12-lib
jvm
switch theme
search in API
onebot-v12-lib
/
cn.qfys521.onebot.v12.lib.model
/
ReplyData
Reply
Data
@
Serializable
data
class
ReplyData
(
val
messageId
:
String
,
val
userId
:
String
?
=
null
)
Data object for
reply
segment.
Members
Constructors
Reply
Data
Link copied to clipboard
constructor
(
messageId
:
String
,
userId
:
String
?
=
null
)
Properties
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String
?
=
null