@merqva/telegram-passport
Version:
Decrypt/Parse incoming Telegram Passport data
8 lines (7 loc) • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorMessages = void 0;
var ErrorMessages;
(function (ErrorMessages) {
ErrorMessages["ERR_DATA_INTEGRITY_CHECK_FAILED"] = "The integrity of the data could not be verified; hashes do not match";
})(ErrorMessages = exports.ErrorMessages || (exports.ErrorMessages = {}));