Oops
This commit is contained in:
parent
7c895ec9bc
commit
791362e9c1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue