telegram-webapps-types-new
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -1201,7 +1201,11 @@ export declare namespace TelegramWebApps { | ||
*/ | ||
auth_date?: number; | ||
auth_date: number; | ||
/** | ||
* A hash of all passed parameters, which the bot server can use to check their validity. | ||
*/ | ||
hash?: string; | ||
hash: string; | ||
/** | ||
* A signature of all passed parameters (except hash), which the third party can use to check their validity. | ||
*/ | ||
signature: string; | ||
} | ||
@@ -1208,0 +1212,0 @@ |
{ | ||
"name": "telegram-webapps-types-new", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript typings for Telegram Web Apps for Bots. See https://core.telegram.org/bots/webapps", | ||
@@ -5,0 +5,0 @@ "scripts": { |
61251
1248