|
tgbot-cpp
|
Represents an issue in an unspecified place. The error is considered resolved when new data is added. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PassportElementErrorUnspecified> |
Public Attributes | |
| std::string | source { SOURCE } |
| Error source, must be unspecified. | |
| std::string | type { } |
| Type of element of the user's Telegram Passport which has the issue. | |
| std::string | elementHash { } |
| Base64-encoded element hash. | |
| std::string | message { } |
| Error message. | |
Static Public Attributes | |
| static TGBOT_API const std::string | SOURCE |
Represents an issue in an unspecified place. The error is considered resolved when new data is added.
| using TgBot::PassportElementErrorUnspecified::Ptr = std::shared_ptr<PassportElementErrorUnspecified> |
| std::string TgBot::PassportElementErrorUnspecified::elementHash { } |
| std::string TgBot::PassportElementErrorUnspecified::message { } |
|
static |
| std::string TgBot::PassportElementErrorUnspecified::source { SOURCE } |
| std::string TgBot::PassportElementErrorUnspecified::type { } |