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

28 lines (27 loc) 583 B
/** * Group properties */ export declare enum GroupSettings { /** * Define how can send message in the group * `true` only admins * `false` everyone */ ANNOUNCEMENT = "announcement", /** * Define how can edit the group data * `true` only admins * `false` everyone */ RESTRICT = "restrict", /** * Non-Documented */ NO_FREQUENTLY_FORWARDED = "no_frequently_forwarded", /** * Enable or disable temporary messages * `true` to enable * `false` to disable */ EPHEMERAL = "ephemeral" }