mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.message.data
/
ForwardMessage
/
Node
Node
common
data
class
Node
(
senderId
:
Long
,
time
:
Int
,
senderName
:
String
,
messageChain
:
MessageChain
)
:
ForwardMessage.INode
Content copied to clipboard
消息节点
Constructors
Properties
Constructors
Node
Link copied to clipboard
common
fun
Node
(
senderId
:
Long
,
time
:
Int
,
senderName
:
String
,
message
:
Message
)
Content copied to clipboard
Node
Link copied to clipboard
common
fun
Node
(
senderId
:
Long
,
time
:
Int
,
senderName
:
String
,
messageChain
:
MessageChain
)
Content copied to clipboard
Properties
messageChain
Link copied to clipboard
common
open
override
val
messageChain
:
MessageChain
Content copied to clipboard
消息内容
senderId
Link copied to clipboard
common
open
override
val
senderId
:
Long
Content copied to clipboard
发送人
User.id
senderName
Link copied to clipboard
common
open
override
val
senderName
:
String
Content copied to clipboard
发送人昵称
time
Link copied to clipboard
common
open
override
val
time
:
Int
Content copied to clipboard
时间戳 秒