Skip to content

Commit 34677c4

Browse files
committed
💚 fix ci build for sendPoll #3045
1 parent 229ba87 commit 34677c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ declare module WAPI {
132132
const setGroupEditToAdminsOnly: (groupId: string, onlyAdmins: boolean) => Promise<boolean>;
133133
const setGroupDescription: (groupId: string, description: string) => Promise<boolean>;
134134
const setGroupTitle: (groupId: string, title: string) => Promise<boolean>;
135-
const sendPoll: (groupId: string, name: string, options: string[]) => Promise<string>;
135+
const sendPoll: (groupId: string, name: string, options: string[], quotedMsgId ?: string, allowMultiSelect ?: boolean) => Promise<string>;
136136
const sendImageAsSticker: (webpBase64: string, to: string, metadata?: any) => Promise<string | boolean>;
137137
const sendStickerAsReply: (webpBase64: string, to: string, messageId: string, metadata?: any) => Promise<string | boolean>;
138138
const createGroup: (groupName: string, contactId: string|string[]) => Promise<any>;

0 commit comments

Comments
 (0)