diff --git a/src/TgBotLib/Objects/Message.php b/src/TgBotLib/Objects/Message.php index a71d243..f1f6aa0 100644 --- a/src/TgBotLib/Objects/Message.php +++ b/src/TgBotLib/Objects/Message.php @@ -4,6 +4,7 @@ namespace TgBotLib\Objects; use TgBotLib\Interfaces\ObjectTypeInterface; + use TgBotLib\Objects\Passport\PassportData; use TgBotLib\Objects\Payments\Invoice; use TgBotLib\Objects\Payments\RefundedPayment; use TgBotLib\Objects\Payments\SuccessfulPayment; diff --git a/src/TgBotLib/Objects/EncryptedCredentials.php b/src/TgBotLib/Objects/Passport/EncryptedCredentials.php similarity index 98% rename from src/TgBotLib/Objects/EncryptedCredentials.php rename to src/TgBotLib/Objects/Passport/EncryptedCredentials.php index 61f864b..f2a54fe 100644 --- a/src/TgBotLib/Objects/EncryptedCredentials.php +++ b/src/TgBotLib/Objects/Passport/EncryptedCredentials.php @@ -1,7 +1,7 @@