Moved InlineKeyboardMarkup & InlineKeyboardButton

This commit is contained in:
netkas 2024-10-03 21:18:35 -04:00
parent 4c0ad925d7
commit 0395f3d32a
15 changed files with 14 additions and 18 deletions

View file

@ -5,7 +5,6 @@
namespace TgBotLib\Objects;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Inline\InlineKeyboardMarkup;
class Message extends MaybeInaccessibleMessage implements ObjectTypeInterface
{