Skip to main content
Very Popular
Go to Latest
interface PassportElementErrorDataField
import { type PassportElementErrorDataField } from "https://deno.land/x/grammy@v1.12.0/types.deno.ts";

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

Properties

source: "data"

Error source, must be data

type:
| "personal_details"
| "passport"
| "driver_license"
| "identity_card"
| "internal_passport"
| "address"

The section of the user's Telegram Passport which has the error, one of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”

field_name: string

Name of the data field which has the error

data_hash: string

Base64-encoded data hash

message: string

Error message