Skip to content

Commit

Permalink
fix: Fixed exportation enum for WPP.group.setProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 8, 2022
1 parent 3cee2da commit 76009f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/functions/setProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { GROUP_SETTING_TYPE } from '../../whatsapp/enums';
import { sendSetGroupProperty } from '../../whatsapp/functions';
import { ensureGroup } from './';

export declare enum GroupProperty {
export enum GroupProperty {
ANNOUNCEMENT = 'announcement',
EPHEMERAL = 'ephemeral',
RESTRICT = 'restrict',
Expand Down

0 comments on commit 76009f5

Please sign in to comment.