Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Fripine committed Oct 14, 2024
1 parent ff5b964 commit 47390e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ namespace Lagrange.Core.Internal.Packets.Message.Element.Implementation.Extra;
[ProtoContract]
internal class QFaceExtra
{
[ProtoMember(1)] public string? Field1 { get; set; }
[ProtoMember(1)] public string? AniStickerPackId { get; set; }

[ProtoMember(2)] public string? Field2 { get; set; }
[ProtoMember(2)] public string? AniStickerId { get; set; }

[ProtoMember(3)] public int? FaceId { get; set; } // 318

[ProtoMember(4)] public int? Field4 { get; set; }

[ProtoMember(5)] public int? Field5 { get; set; }
[ProtoMember(5)] public int? AniStickerType { get; set; }

[ProtoMember(6)] public string? Field6 { get; set; }

Expand Down

0 comments on commit 47390e7

Please sign in to comment.