@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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deathnaitsa/wa-api",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Multi Session Whatsapp Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",