diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/PushNotifyPack.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/PushNotifyPack.kt index f54a42d94..2ed9f013a 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/PushNotifyPack.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/PushNotifyPack.kt @@ -27,7 +27,7 @@ internal data class RequestPushNotify( @Suppress("ArrayInDataClass") @Serializable -internal data class MsgInfo( +internal class MsgInfo( @SerialId(0) val lFromUin: Long? = 0L, @SerialId(1) val uMsgTime: Long? = 0L, @SerialId(2) val shMsgType: Short,