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

1 comment on commit 76009f5

@edgardmessias
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.