acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotForwardedMessage
Bot
Forwarded
Message
class
BotForwardedMessage
(
val
senderName
:
String
,
val
avatarUrl
:
String
,
val
timestamp
:
Long
)
(
source
)
合并转发消息中的单条消息
Members
Constructors
Bot
Forwarded
Message
Link copied to clipboard
constructor
(
senderName
:
String
,
avatarUrl
:
String
,
timestamp
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
发送者头像 URL
segments
Link copied to clipboard
val
segments
:
List
<
BotIncomingSegment
>
消息内容
sender
Name
Link copied to clipboard
val
senderName
:
String
发送者名称
timestamp
Link copied to clipboard
val
timestamp
:
Long
消息发送的 Unix 时间戳(秒)