|
tgbot-cpp
|
Describes Telegram Passport data shared with the bot by the user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PassportData> |
Public Attributes | |
| std::vector< std::shared_ptr< EncryptedPassportElement > > | data { } |
| Array with information about documents and other Telegram Passport elements that was shared with the bot. | |
| std::shared_ptr< EncryptedCredentials > | credentials { } |
| Encrypted credentials required to decrypt the data. | |
Describes Telegram Passport data shared with the bot by the user.
| using TgBot::PassportData::Ptr = std::shared_ptr<PassportData> |
| std::shared_ptr<EncryptedCredentials> TgBot::PassportData::credentials { } |
| std::vector<std::shared_ptr<EncryptedPassportElement> > TgBot::PassportData::data { } |