We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba626dc commit ffdf51aCopy full SHA for ffdf51a
1 file changed
Lagrange.Core/Internal/Packets/Service/NTV2RichMedia.cs
@@ -47,7 +47,7 @@ public static NTV2RichMediaReq BuildUploadReq(
47
TryFastUploadCompleted = true,
48
SrvSendMsg = false,
49
ClientRandomId = (ulong)Random.Shared.Next(),
50
- CompatQMsgSceneType = 1,
+ CompatQMsgSceneType = @struct.IsGroup()? 2u : 1u ,
51
ClientSeq = 10,
52
ExtBizInfo = ext,
53
NoNeedCompatMsg = false
0 commit comments