UNPKG

@vonage/messages

Version:

Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS

22 lines 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ViberCategory = void 0; /** * Enum representing message categories for Viber messages. * * These categories are used to classify the type and purpose of Viber messages. * * @group Viber */ var ViberCategory; (function (ViberCategory) { /** * Represents the transaction message category. */ ViberCategory["TRANSACTION"] = "transaction"; /** * Represents the promotion message category. */ ViberCategory["PROMOTION"] = "promotion"; })(ViberCategory || (exports.ViberCategory = ViberCategory = {})); //# sourceMappingURL=ViberCategory.js.map