Moved ChosenInlineResult

This commit is contained in:
netkas 2024-10-03 19:56:04 -04:00
parent c66d5ebe1b
commit aa80be21d0

View file

@ -2,9 +2,11 @@
/** @noinspection PhpMissingFieldTypeInspection */
namespace TgBotLib\Objects;
namespace TgBotLib\Objects\Inline;
use TgBotLib\Interfaces\ObjectTypeInterface;
use TgBotLib\Objects\Location;
use TgBotLib\Objects\User;
class ChosenInlineResult implements ObjectTypeInterface
{