acidify-core
Toggle table of contents
0.9.3
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotOutgoingSegment
/
Record
Record
data
class
Record
(
val
rawSilk
:
ByteArray
,
val
duration
:
Long
)
:
BotOutgoingSegment
(
source
)
语音消息段
Members
Constructors
Record
Link copied to clipboard
constructor
(
rawSilk
:
ByteArray
,
duration
:
Long
)
Properties
duration
Link copied to clipboard
val
duration
:
Long
语音时长(秒)
raw
Silk
Link copied to clipboard
val
rawSilk
:
ByteArray
Silk 格式的语音数据
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String