tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PassportElementErrorUnspecified Struct Reference

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

Detailed Description

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Definition at line 10677 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 10678 of file Types.h.

Member Data Documentation

◆ elementHash

std::string TgBot::PassportElementErrorUnspecified::elementHash { }

Base64-encoded element hash.

Definition at line 10695 of file Types.h.

◆ message

std::string TgBot::PassportElementErrorUnspecified::message { }

Error message.

Definition at line 10700 of file Types.h.

◆ SOURCE

TGBOT_API const std::string TgBot::PassportElementErrorUnspecified::SOURCE
static

Definition at line 10680 of file Types.h.

◆ source

std::string TgBot::PassportElementErrorUnspecified::source { SOURCE }

Error source, must be unspecified.

Definition at line 10685 of file Types.h.

◆ type

std::string TgBot::PassportElementErrorUnspecified::type { }

Type of element of the user's Telegram Passport which has the issue.

Definition at line 10690 of file Types.h.


The documentation for this struct was generated from the following file: