From 6787654243cd2fa900cd2b62540e1aa8f6d3a0cd Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 1 Nov 2024 15:46:32 -0400 Subject: [PATCH] Add ChatBoostEvent class --- src/TgBotLib/Events/ChatBoostEvent.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/TgBotLib/Events/ChatBoostEvent.php diff --git a/src/TgBotLib/Events/ChatBoostEvent.php b/src/TgBotLib/Events/ChatBoostEvent.php new file mode 100644 index 0000000..b5f6c55 --- /dev/null +++ b/src/TgBotLib/Events/ChatBoostEvent.php @@ -0,0 +1,23 @@ +update->getChatBoost(); + } + } \ No newline at end of file