Interface PassportElementErrorUnspecified

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

interface PassportElementErrorUnspecified {
    element_hash: string;
    message: string;
    source: "unspecified";
    type: string;
}

Properties

element_hash: string

Base64-encoded element hash

message: string

Error message

source: "unspecified"

Error source, must be unspecified

type: string

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