mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
add back deprecated info.me
This commit is contained in:
5
index.d.ts
vendored
5
index.d.ts
vendored
@@ -260,6 +260,11 @@ declare namespace WAWebJS {
|
||||
|
||||
/** Current connection information */
|
||||
export interface ClientInfo {
|
||||
/**
|
||||
* Current user ID
|
||||
* @deprecated Use .wid instead
|
||||
*/
|
||||
me: ContactId
|
||||
/** Current user ID */
|
||||
wid: ContactId
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user