mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-10 12:10:10 +08:00
Remove data modifier
This commit is contained in:
parent
2e3e7bee2b
commit
ca43cf689c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user