add meta to initialized json

This commit is contained in:
Syping 2025-10-27 03:49:50 +01:00
parent d51a4c32c0
commit 0722f49dc0

View file

@ -272,7 +272,8 @@ internal static class Program {
["width"] = 1920, ["width"] = 1920,
["height"] = 1080, ["height"] = 1080,
["size"] = photo.JpegSize, ["size"] = photo.JpegSize,
["sign"] = photo.Sign ["sign"] = photo.Sign,
["meta"] = new JsonObject()
}, },
_ => throw new ArgumentException("Invalid format", nameof(format)), _ => throw new ArgumentException("Invalid format", nameof(format)),
}; };