From 67230e35bad68f00d908ac71ce543dc7c539fcb7 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 30 Sep 2024 12:22:06 -0400 Subject: [PATCH] Add Logout method --- src/TgBotLib/Methods/Logout.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/TgBotLib/Methods/Logout.php diff --git a/src/TgBotLib/Methods/Logout.php b/src/TgBotLib/Methods/Logout.php new file mode 100644 index 0000000..e0f873b --- /dev/null +++ b/src/TgBotLib/Methods/Logout.php @@ -0,0 +1,15 @@ +value)); + } +} \ No newline at end of file