From fb381c5138c8afe37c70d99807a72b9bf0277a87 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 30 Sep 2024 02:35:54 -0400 Subject: [PATCH] Add GetMe method to TgBotLib --- src/TgBotLib/Methods/GetMe.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/TgBotLib/Methods/GetMe.php diff --git a/src/TgBotLib/Methods/GetMe.php b/src/TgBotLib/Methods/GetMe.php new file mode 100644 index 0000000..4535d61 --- /dev/null +++ b/src/TgBotLib/Methods/GetMe.php @@ -0,0 +1,19 @@ +value))); + } +} \ No newline at end of file