@open-wa/wa-automate-types-only 4.37.2 → 4.37.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api/Client.d.ts
CHANGED
@@ -1111,8 +1111,7 @@ export declare class Client {
|
|
1111
1111
|
*/
|
1112
1112
|
react(messageId: MessageId, emoji: string): Promise<boolean>;
|
1113
1113
|
/**
|
1114
|
-
*
|
1115
|
-
* [REQUIRES AN INSIDERS LICENSE-KEY](https://gum.co/open-wa?tier=Insiders%20Program)
|
1114
|
+
* @deprecated
|
1116
1115
|
*
|
1117
1116
|
* Retrieves a message object which results in a valid sticker instead of a blank one. This also works with animated stickers.
|
1118
1117
|
*
|
@@ -1121,7 +1120,7 @@ export declare class Client {
|
|
1121
1120
|
* @param messageId The message ID `message.id`
|
1122
1121
|
* @returns message object OR `false`
|
1123
1122
|
*/
|
1124
|
-
getStickerDecryptable(messageId: MessageId): Promise<Message |
|
1123
|
+
getStickerDecryptable(messageId: MessageId): Promise<Message | false>;
|
1125
1124
|
/**
|
1126
1125
|
*
|
1127
1126
|
* [REQUIRES AN INSIDERS LICENSE-KEY](https://gum.co/open-wa?tier=Insiders%20Program)
|
package/package.json
CHANGED