1#ifndef TGBOT_CPP_PASSPORTDATA_H
2#define TGBOT_CPP_PASSPORTDATA_H
18 typedef std::shared_ptr<PassportData>
Ptr;
23 std::vector<EncryptedPassportElement::Ptr>
data;
std::shared_ptr< EncryptedCredentials > Ptr
Contains information about Telegram Passport data shared with the bot by the user.
EncryptedCredentials::Ptr credentials
Encrypted credentials required to decrypt the data.
std::vector< EncryptedPassportElement::Ptr > data
Array with information about documents and other Telegram Passport elements that was shared with the ...
std::shared_ptr< PassportData > Ptr