@types/telegram-web-app 9.1.2 → 9.1.3

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.
@@ -8,7 +8,7 @@ This package contains type definitions for telegram-web-app (https://telegram.or
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/telegram-web-app.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 15 Feb 2026 10:03:56 GMT
11
+ * Last updated: Thu, 26 Feb 2026 06:19:06 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -500,7 +500,7 @@ export interface WebApp {
500
500
  *
501
501
  * @since Bot API 8.0+
502
502
  */
503
- shareMessage(msg_id: number, callback?: (success: boolean) => void): void;
503
+ shareMessage(msg_id: string, callback?: (success: boolean) => void): void;
504
504
 
505
505
  /**
506
506
  * A method that opens a dialog allowing the user to set the specified custom emoji as their status.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/telegram-web-app",
3
- "version": "9.1.2",
3
+ "version": "9.1.3",
4
4
  "description": "TypeScript definitions for telegram-web-app",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/telegram-web-app",
6
6
  "license": "MIT",
@@ -36,6 +36,6 @@
36
36
  "scripts": {},
37
37
  "dependencies": {},
38
38
  "peerDependencies": {},
39
- "typesPublisherContentHash": "7937223f3a6db775ce379411d14b8bf6f584110c2508a942507c60d05164fecf",
39
+ "typesPublisherContentHash": "2c3edf94c71a3dfdcd1d136d3155b930f6dfb1435e68df0d011af411a37e73cd",
40
40
  "typeScriptVersion": "5.2"
41
41
  }