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