From ee175a35a022f25c46c0b073d5401c3804db1499 Mon Sep 17 00:00:00 2001 From: FrigaT Date: Wed, 3 Dec 2025 13:44:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotPages.Core/Context/FileDescriptor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BotPages.Core/Context/FileDescriptor.cs b/BotPages.Core/Context/FileDescriptor.cs index 9222fc1..2115bfb 100644 --- a/BotPages.Core/Context/FileDescriptor.cs +++ b/BotPages.Core/Context/FileDescriptor.cs @@ -7,6 +7,7 @@ string Id, string Name, string MimeType, + int Size, Stream? Content = null ); } \ No newline at end of file