mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
feat: get links included in message (#457)
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user