UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features

13 lines (9 loc) 312 B
'use strict'; var ZaloApiError = require('./ZaloApiError.cjs'); class ZaloApiLoginQRAborted extends ZaloApiError.ZaloApiError { constructor(message = "Operation aborted") { super(message); this.name = "ZaloApiLoginQRAborted"; } } exports.ZaloApiLoginQRAborted = ZaloApiLoginQRAborted;