GramIO API Reference / gramio/dist / TelegramPassportElementErrorReverseSide
Interface: TelegramPassportElementErrorReverseSide
Defined in: @gramio/types/out/objects.d.ts:8526
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.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
file_hash | string | Base64-encoded hash of the file with the reverse side of the document | @gramio/types/out/objects.d.ts:8538 |
message | string | Error message | @gramio/types/out/objects.d.ts:8542 |
source | "reverse_side" | Error source, must be reverse_side | @gramio/types/out/objects.d.ts:8530 |
type | TelegramPassportElementErrorReverseSideType | The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card” | @gramio/types/out/objects.d.ts:8534 |