feat: get links included in message (#457)

This commit is contained in:
Pedro S. Lopez
2020-12-25 19:08:25 -04:00
parent e2a642a81b
commit 8b101d1f3d
3 changed files with 13 additions and 0 deletions

2
index.d.ts vendored
View File

@@ -499,6 +499,8 @@ declare namespace WAWebJS {
to: string,
/** Message type */
type: MessageTypes,
/** Links included in the message. */
links: string[],
/** Deletes the message from the chat */
delete: (everyone?: boolean) => Promise<void>,