Skip to content

Commit f18831c

Browse files
authored
unnecessary
1 parent 30f3437 commit f18831c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,8 @@ declare namespace WAWebJS {
15711571
caption?: string;
15721572
/** Id of the message that is being quoted (or replied to) */
15731573
quotedMessageId?: string;
1574-
/** User IDs to mention in the message or string @all to mention everybody */
1575-
mentions?: string[] | string;
1574+
/** User IDs to mention in the message */
1575+
mentions?: string[];
15761576
/** An array of object that handle group mentions */
15771577
groupMentions?: {
15781578
/** The name of a group to mention (can be custom) */

0 commit comments

Comments
 (0)