UNPKG

venom-bot

Version:

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite

32 lines 879 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GroupSettings = void 0; /** * Group properties */ var GroupSettings; (function (GroupSettings) { /** * Define how can send message in the group * `true` only admins * `false` everyone */ GroupSettings["ANNOUNCEMENT"] = "announcement"; /** * Define how can edit the group data * `true` only admins * `false` everyone */ GroupSettings["RESTRICT"] = "restrict"; /** * Non-Documented */ GroupSettings["NO_FREQUENTLY_FORWARDED"] = "no_frequently_forwarded"; /** * Enable or disable temporary messages * `true` to enable * `false` to disable */ GroupSettings["EPHEMERAL"] = "ephemeral"; })(GroupSettings || (exports.GroupSettings = GroupSettings = {})); //# sourceMappingURL=group-settings.js.map