mirror of
https://github.com/mamoe/mirai.git
synced 2025-05-06 06:12:34 +08:00
[core] friend msg seq
This commit is contained in:
parent
6a5925fb68
commit
65711710f7
@ -67,7 +67,7 @@ internal class OfflineFilleHandleSvr {
|
||||
client: QQAndroidClient,
|
||||
contact: Contact,
|
||||
fileUuid: ByteArray,
|
||||
) = buildOutgoingUniPacket(client, sequenceId = 7) { seq ->
|
||||
) = buildOutgoingUniPacket(client, sequenceId = client.sendFriendMessageSeq.next()) { seq ->
|
||||
writeProtoBuf(
|
||||
Cmd0x346.ReqBody.serializer(),
|
||||
Cmd0x346.ReqBody(
|
||||
|
Loading…
Reference in New Issue
Block a user