From f83b5ac40f50d5c3313dade98d95e87df720633c Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 1 Nov 2024 15:47:09 -0400 Subject: [PATCH] Add RemovedChatBoostEvent class --- src/TgBotLib/Events/RemovedChatBoostEvent.php | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/TgBotLib/Events/RemovedChatBoostEvent.php diff --git a/src/TgBotLib/Events/RemovedChatBoostEvent.php b/src/TgBotLib/Events/RemovedChatBoostEvent.php new file mode 100644 index 0000000..8472f56 --- /dev/null +++ b/src/TgBotLib/Events/RemovedChatBoostEvent.php @@ -0,0 +1,26 @@ +update->getRemovedChatBoost(); + } + } \ No newline at end of file