| tgbot-cpp
    | 
Contains information about Telegram Passport data shared with the bot by the user. More...
#include <PassportData.h>
| Public Types | |
| typedef std::shared_ptr< PassportData > | Ptr | 
| Public Attributes | |
| std::vector< EncryptedPassportElement::Ptr > | data | 
| Array with information about documents and other Telegram Passport elements that was shared with the bot. | |
| EncryptedCredentials::Ptr | credentials | 
| Encrypted credentials required to decrypt the data. | |
Contains information about Telegram Passport data shared with the bot by the user.
Definition at line 15 of file PassportData.h.
| typedef std::shared_ptr<PassportData> TgBot::PassportData::Ptr | 
Definition at line 18 of file PassportData.h.
| EncryptedCredentials::Ptr TgBot::PassportData::credentials | 
Encrypted credentials required to decrypt the data.
Definition at line 28 of file PassportData.h.
| std::vector<EncryptedPassportElement::Ptr> TgBot::PassportData::data | 
Array with information about documents and other Telegram Passport elements that was shared with the bot.
Definition at line 23 of file PassportData.h.