Moved InputMessageContent

This commit is contained in:
netkas 2024-10-03 21:15:51 -04:00
parent dfb812237b
commit fb2a06024d
17 changed files with 23 additions and 18 deletions

View file

@ -10,7 +10,7 @@
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Inline\InlineKeyboardMarkup;
use TgBotLib\Objects\Inline\InlineQueryResult;
use TgBotLib\Objects\InputMessageContent;
use TgBotLib\Objects\Inline\InputMessageContent;
use TgBotLib\Objects\MessageEntity;
class InlineQueryResultVoice extends InlineQueryResult implements ObjectTypeInterface