Moved ChosenInlineResult
This commit is contained in:
parent
c66d5ebe1b
commit
aa80be21d0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
Loading…
Add table
Reference in a new issue