@deathnaitsa/wa-api 1.0.19 → 1.0.20
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/Messaging/index.d.ts +0 -12
- package/package.json +1 -1
|
@@ -43,15 +43,3 @@ export declare function relayMessage(
|
|
|
43
43
|
content: any,
|
|
44
44
|
options?: import('@deathnaitsa/baileys').MiscMessageGenerationOptions
|
|
45
45
|
): Promise<string>;
|
|
46
|
-
/**
|
|
47
|
-
* Give typing effect to target
|
|
48
|
-
*
|
|
49
|
-
* Looks like human typing
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* @param sessionId - Session ID
|
|
53
|
-
* @param to - Target
|
|
54
|
-
* @param duration - Duration in miliseconds typing effect will appear
|
|
55
|
-
*/
|
|
56
|
-
export declare const readMessage: ({ sessionId, key }: SendReadTypes) => Promise<void>;
|
|
57
|
-
//# sourceMappingURL=index.d.ts.map
|