Updated BotOld (for now)
This commit is contained in:
parent
1625a1d829
commit
73de7d82f0
1 changed files with 13 additions and 13 deletions
|
@ -24,22 +24,22 @@
|
|||
use TgBotLib\Objects\ChatMember;
|
||||
use TgBotLib\Objects\File;
|
||||
use TgBotLib\Objects\ForumTopic;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultArticle;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultAudio;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultContact;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultDocument;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultGame;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultGif;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultLocation;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultMpeg4Gif;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultPhoto;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVenue;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVideo;
|
||||
use TgBotLib\Objects\InlineQueryResult\InlineQueryResultVoice;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultArticle;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultAudio;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultContact;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultDocument;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultGame;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultGif;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultLocation;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultMpeg4Gif;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultPhoto;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVenue;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVideo;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult\InlineQueryResultVoice;
|
||||
use TgBotLib\Objects\Inline\SentWebAppMessage;
|
||||
use TgBotLib\Objects\MenuButton;
|
||||
use TgBotLib\Objects\Message;
|
||||
use TgBotLib\Objects\Poll;
|
||||
use TgBotLib\Objects\SentWebAppMessage;
|
||||
use TgBotLib\Objects\Sticker;
|
||||
use TgBotLib\Objects\Update;
|
||||
use TgBotLib\Objects\User;
|
||||
|
|
Loading…
Add table
Reference in a new issue