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