Moved Game objects

This commit is contained in:
netkas 2024-10-04 15:12:35 -04:00
parent 6c9af0b1d8
commit a84b20e0fb
5 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,7 @@
namespace TgBotLib\Objects;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Games\Game;
use TgBotLib\Objects\Payments\Invoice;
use TgBotLib\Objects\Stickers\Sticker;