This commit is contained in:
netkas 2024-11-22 15:29:40 -05:00
parent 7c895ec9bc
commit 791362e9c1
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,7 @@
use TgBotLib\Methods\CreateChatInviteLink; use TgBotLib\Methods\CreateChatInviteLink;
use TgBotLib\Methods\CreateChatSubscriptionInviteLink; use TgBotLib\Methods\CreateChatSubscriptionInviteLink;
use TgBotLib\Methods\CreateForumTopic; use TgBotLib\Methods\CreateForumTopic;
use TgBotLib\Methods\CreateInvoiceLink;
use TgBotLib\Methods\CreateNewStickerSet; use TgBotLib\Methods\CreateNewStickerSet;
use TgBotLib\Methods\DeclineChatJoinRequest; use TgBotLib\Methods\DeclineChatJoinRequest;
use TgBotLib\Methods\DeleteChatPhoto; use TgBotLib\Methods\DeleteChatPhoto;
@ -121,7 +122,6 @@
use TgBotLib\Methods\UnpinAllGeneralForumTopicMessages; use TgBotLib\Methods\UnpinAllGeneralForumTopicMessages;
use TgBotLib\Methods\UnpinChatMessage; use TgBotLib\Methods\UnpinChatMessage;
use TgBotLib\Methods\UploadStickerFile; use TgBotLib\Methods\UploadStickerFile;
use TgBotLib\Objects\CreateInvoiceLink;
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;