Moved InlineKeyboardMarkup & InlineKeyboardButton
This commit is contained in:
parent
4c0ad925d7
commit
0395f3d32a
15 changed files with 14 additions and 18 deletions
|
@ -6,9 +6,9 @@
|
|||
use TgBotLib\Classes\Validate;
|
||||
use TgBotLib\Enums\Types\InlineQueryResultType;
|
||||
use TgBotLib\Interfaces\ObjectTypeInterface;
|
||||
use TgBotLib\Objects\Inline\InlineKeyboardMarkup;
|
||||
use TgBotLib\Objects\Inline\InlineQueryResult;
|
||||
use TgBotLib\Objects\Inline\InputMessageContent;
|
||||
use TgBotLib\Objects\InlineKeyboardMarkup;
|
||||
|
||||
class InlineQueryResultArticle extends InlineQueryResult implements ObjectTypeInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue