mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 22:00:10 +08:00
Make MsgInfo.lFromUin
and MsgInfo.uMsgTime
nullable
This commit is contained in:
parent
8df1cfff55
commit
346f7e53fa
@ -28,8 +28,8 @@ internal data class RequestPushNotify(
|
||||
@Suppress("ArrayInDataClass")
|
||||
@Serializable
|
||||
internal data class MsgInfo(
|
||||
@SerialId(0) val lFromUin: Long = 0L,
|
||||
@SerialId(1) val uMsgTime: Long = 0L,
|
||||
@SerialId(0) val lFromUin: Long? = 0L,
|
||||
@SerialId(1) val uMsgTime: Long? = 0L,
|
||||
@SerialId(2) val shMsgType: Short,
|
||||
@SerialId(3) val shMsgSeq: Short,
|
||||
@SerialId(4) val strMsg: String?,
|
||||
|
Loading…
Reference in New Issue
Block a user