PassportElementErrorReverseSide
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.
fields
| field | type | required | description |
|---|---|---|---|
source | string | required | Error source, must be reverse_side |
type | "driver_license" | "identity_card" | required | The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card” |
file_hash | string | required | Base64-encoded hash of the file with the reverse side of the document |
message | string | required | Error message |
import
import type { PassportElementErrorReverseSide } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#passportelementerrorreverseside