1 parent 30f3437 commit f18831cCopy full SHA for f18831c
1 file changed
index.d.ts
@@ -1571,8 +1571,8 @@ declare namespace WAWebJS {
1571
caption?: string;
1572
/** Id of the message that is being quoted (or replied to) */
1573
quotedMessageId?: string;
1574
- /** User IDs to mention in the message or string @all to mention everybody */
1575
- mentions?: string[] | string;
+ /** User IDs to mention in the message */
+ mentions?: string[];
1576
/** An array of object that handle group mentions */
1577
groupMentions?: {
1578
/** The name of a group to mention (can be custom) */
0 commit comments