Skip to content

Commit

Permalink
fix: Fixed doc type for WPP.chat.sendFileMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jun 8, 2022
1 parent 550a66f commit 7701d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/functions/sendFileMessage.ts
Expand Up @@ -39,7 +39,7 @@ import {
const debug = Debug('WA-JS:message');

export interface FileMessageOptions extends SendMessageOptions {
type: string;
type?: string;
caption?: string;
footer?: string;
filename?: string;
Expand Down

0 comments on commit 7701d88

Please sign in to comment.