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

Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<PassportElementErrorReverseSide>

Public Attributes

std::string source { SOURCE }
 Error source, must be reverse_side.
std::string type { }
 The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card”
std::string fileHash { }
 Base64-encoded hash of the file with the reverse side of the document.
std::string message { }
 Error message.

Static Public Attributes

static TGBOT_API const std::string SOURCE

Detailed Description

Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.

Definition at line 10535 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 10536 of file Types.h.

Member Data Documentation

◆ fileHash

std::string TgBot::PassportElementErrorReverseSide::fileHash { }

Base64-encoded hash of the file with the reverse side of the document.

Definition at line 10554 of file Types.h.

◆ message

std::string TgBot::PassportElementErrorReverseSide::message { }

Error message.

Definition at line 10559 of file Types.h.

◆ SOURCE

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

Definition at line 10538 of file Types.h.

◆ source

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

Error source, must be reverse_side.

Definition at line 10543 of file Types.h.

◆ type

std::string TgBot::PassportElementErrorReverseSide::type { }

The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card”

Definition at line 10549 of file Types.h.


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