Skip to content

Commit

Permalink
refactor: Renamed sendVCardContact to sendVCardContactMessage
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Renamed sendVCardContact to sendVCardContactMessage
  • Loading branch information
edgardmessias committed Nov 18, 2021
1 parent ba40ed1 commit 13fb994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/Chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ export class Chat extends Emittery<ChatEventTypes> {
};
}

async sendVCardContact(
async sendVCardContactMessage(
chatId: any,
contacts: string | Wid | VCardContact | (string | Wid | VCardContact)[],
options: SendMessageOptions = {}
Expand Down

0 comments on commit 13fb994

Please sign in to comment.