mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 04:29:15 +00:00
committed by
GitHub
parent
1b75d0d243
commit
c45fae5c15
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -716,11 +716,11 @@ declare namespace WAWebJS {
|
||||
/**
|
||||
* Gets the order associated with a given message
|
||||
*/
|
||||
getOrder: () => Order,
|
||||
getOrder: () => Promise<Order>,
|
||||
/**
|
||||
* Gets the payment details associated with a given message
|
||||
*/
|
||||
getPayment: () => Payment,
|
||||
getPayment: () => Promise<Payment>,
|
||||
}
|
||||
|
||||
/** ID that represents a message */
|
||||
|
||||
Reference in New Issue
Block a user