From 3b02d5a5c2fdb13bc5436ef50b6b281f1d14195b Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 5 Oct 2024 01:03:04 -0400 Subject: [PATCH] Minor Correction --- src/TgBotLib/Objects/BusinessMessagesDeleted.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TgBotLib/Objects/BusinessMessagesDeleted.php b/src/TgBotLib/Objects/BusinessMessagesDeleted.php index 4a0fbad..7ae96e4 100644 --- a/src/TgBotLib/Objects/BusinessMessagesDeleted.php +++ b/src/TgBotLib/Objects/BusinessMessagesDeleted.php @@ -8,6 +8,7 @@ { private string $business_connection_id; private Chat $chat; + /** * @var int[] */