Added \TgBotLib\Abstracts > PassportElementType
This commit is contained in:
parent
1e345b26f8
commit
640210f931
1 changed files with 20 additions and 0 deletions
20
src/TgBotLib/Abstracts/PassportElementType.php
Normal file
20
src/TgBotLib/Abstracts/PassportElementType.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Abstracts;
|
||||
|
||||
abstract class PassportElementType
|
||||
{
|
||||
const PersonalDetails = 'personal_details';
|
||||
const Passport = 'passport';
|
||||
const DriverLicense = 'driver_license';
|
||||
const IdentityCard = 'identity_card';
|
||||
const InternalPassport = 'internal_passport';
|
||||
const Address = 'address';
|
||||
const UtilityBill = 'utility_bill';
|
||||
const BankStatement = 'bank_statement';
|
||||
const RentalAgreement = 'rental_agreement';
|
||||
const PassportRegistration = 'passport_registration';
|
||||
const TemporaryRegistration = 'temporary_registration';
|
||||
const PhoneNumber = 'phone_number';
|
||||
const Email = 'email';
|
||||
}
|
Loading…
Add table
Reference in a new issue