Telegram Passport

PassportElementErrorUnspecified

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

fields

fieldtyperequireddescription
sourcestringrequiredError source, must be unspecified
typestringrequiredType of element of the user's Telegram Passport which has the issue
element_hashstringrequiredBase64-encoded element hash
messagestringrequiredError message

import

types.ts
import type { PassportElementErrorUnspecified } from "@yaebal/types";

used by

types