Rename files and update namespaces to reflect methods

This commit is contained in:
netkas 2024-11-14 22:40:27 -05:00
parent 36e2305ce7
commit 58a04ba94c
3 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,7 @@
use TgBotLib\Methods\GetChatMember; use TgBotLib\Methods\GetChatMember;
use TgBotLib\Methods\GetChatMemberCount; use TgBotLib\Methods\GetChatMemberCount;
use TgBotLib\Methods\GetChatMenuButton; use TgBotLib\Methods\GetChatMenuButton;
use TgBotLib\Methods\GetCustomEmojiStickers;
use TgBotLib\Methods\GetFile; use TgBotLib\Methods\GetFile;
use TgBotLib\Methods\GetForumTopicIconStickers; use TgBotLib\Methods\GetForumTopicIconStickers;
use TgBotLib\Methods\GetMe; use TgBotLib\Methods\GetMe;
@ -51,6 +52,7 @@
use TgBotLib\Methods\GetMyDescription; use TgBotLib\Methods\GetMyDescription;
use TgBotLib\Methods\GetMyName; use TgBotLib\Methods\GetMyName;
use TgBotLib\Methods\GetMyShortDescription; use TgBotLib\Methods\GetMyShortDescription;
use TgBotLib\Methods\GetStickerSet;
use TgBotLib\Methods\GetUpdates; use TgBotLib\Methods\GetUpdates;
use TgBotLib\Methods\GetUserChatBoosts; use TgBotLib\Methods\GetUserChatBoosts;
use TgBotLib\Methods\GetUserProfilePhotos; use TgBotLib\Methods\GetUserProfilePhotos;
@ -104,8 +106,6 @@
use TgBotLib\Methods\UnpinAllForumTopicMessages; use TgBotLib\Methods\UnpinAllForumTopicMessages;
use TgBotLib\Methods\UnpinAllGeneralForumTopicMessages; use TgBotLib\Methods\UnpinAllGeneralForumTopicMessages;
use TgBotLib\Methods\UnpinChatMessage; use TgBotLib\Methods\UnpinChatMessage;
use TgBotLib\Objects\GetCustomEmojiStickers;
use TgBotLib\Objects\GetStickerSet;
enum Methods : string enum Methods : string
{ {

View file

@ -1,6 +1,6 @@
<?php <?php
namespace TgBotLib\Objects; namespace TgBotLib\Methods;
use TgBotLib\Abstracts\Method; use TgBotLib\Abstracts\Method;
use TgBotLib\Bot; use TgBotLib\Bot;

View file

@ -1,6 +1,6 @@
<?php <?php
namespace TgBotLib\Objects; namespace TgBotLib\Methods;
use TgBotLib\Abstracts\Method; use TgBotLib\Abstracts\Method;
use TgBotLib\Bot; use TgBotLib\Bot;