diff --git a/src/TgBotLib/Enums/Methods.php b/src/TgBotLib/Enums/Methods.php index 5eabc46..4d4323e 100644 --- a/src/TgBotLib/Enums/Methods.php +++ b/src/TgBotLib/Enums/Methods.php @@ -43,6 +43,7 @@ use TgBotLib\Methods\GetChatMember; use TgBotLib\Methods\GetChatMemberCount; use TgBotLib\Methods\GetChatMenuButton; + use TgBotLib\Methods\GetCustomEmojiStickers; use TgBotLib\Methods\GetFile; use TgBotLib\Methods\GetForumTopicIconStickers; use TgBotLib\Methods\GetMe; @@ -51,6 +52,7 @@ use TgBotLib\Methods\GetMyDescription; use TgBotLib\Methods\GetMyName; use TgBotLib\Methods\GetMyShortDescription; + use TgBotLib\Methods\GetStickerSet; use TgBotLib\Methods\GetUpdates; use TgBotLib\Methods\GetUserChatBoosts; use TgBotLib\Methods\GetUserProfilePhotos; @@ -104,8 +106,6 @@ use TgBotLib\Methods\UnpinAllForumTopicMessages; use TgBotLib\Methods\UnpinAllGeneralForumTopicMessages; use TgBotLib\Methods\UnpinChatMessage; - use TgBotLib\Objects\GetCustomEmojiStickers; - use TgBotLib\Objects\GetStickerSet; enum Methods : string { diff --git a/src/TgBotLib/Objects/GetCustomEmojiStickers.php b/src/TgBotLib/Methods/GetCustomEmojiStickers.php similarity index 97% rename from src/TgBotLib/Objects/GetCustomEmojiStickers.php rename to src/TgBotLib/Methods/GetCustomEmojiStickers.php index 3a86ded..7edad48 100644 --- a/src/TgBotLib/Objects/GetCustomEmojiStickers.php +++ b/src/TgBotLib/Methods/GetCustomEmojiStickers.php @@ -1,6 +1,6 @@