We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105b031 commit 00e4b2aCopy full SHA for 00e4b2a
mirai-core/src/commonTest/kotlin/message/AudioTest.kt renamed to mirai-core/src/commonTest/kotlin/message/data/AudioTest.kt
@@ -7,10 +7,8 @@
7
* https://github.com/mamoe/mirai/blob/dev/LICENSE
8
*/
9
10
-package net.mamoe.mirai.internal.message
+package net.mamoe.mirai.internal.message.data
11
12
-import net.mamoe.mirai.internal.message.data.OfflineAudioImpl
13
-import net.mamoe.mirai.internal.message.data.OnlineAudioImpl
14
import net.mamoe.mirai.internal.message.data.OnlineAudioImpl.Companion.DOWNLOAD_URL
15
import net.mamoe.mirai.internal.message.data.OnlineAudioImpl.Companion.refineUrl
16
import net.mamoe.mirai.internal.network.protocol.data.proto.ImMsgBody
0 commit comments