Moved InlineKeyboardMarkup & InlineKeyboardButton
This commit is contained in:
parent
4c0ad925d7
commit
0395f3d32a
15 changed files with 14 additions and 18 deletions
|
@ -8,9 +8,9 @@
|
|||
use InvalidArgumentException;
|
||||
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;
|
||||
use TgBotLib\Objects\MessageEntity;
|
||||
|
||||
class InlineQueryResultVoice extends InlineQueryResult implements ObjectTypeInterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue