PassportData
class PassportData
Describes Telegram Passport data shared with the bot by the user.
Methods
array
getData()
Array with information about documents and other Telegram Passport elements that was shared with the bot.
getCredentials()
Encrypted credentials required to decrypt the data.
Details
at line 14
__construct(EncryptedPassportElement[] $data, EncryptedCredentials $credentials)
No description
at line 25
array
getData()
Array with information about documents and other Telegram Passport elements that was shared with the bot.
at line 33
EncryptedCredentials
getCredentials()
Encrypted credentials required to decrypt the data.