telegram-webapps-types-new
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -112,3 +112,3 @@ export declare namespace TelegramWebApps { | ||
*/ | ||
sendData(data): void; | ||
sendData(data: any): void; | ||
/** | ||
@@ -167,3 +167,3 @@ * A method that inserts the bot's username and the specified inline query in the current chat's input field. | ||
*/ | ||
showConfirm(message: string, callback?: () => void): void; | ||
showConfirm(message: string, callback?: (confirm: boolean) => void): void; | ||
/** | ||
@@ -170,0 +170,0 @@ * Bot API 6.4+ |
{ | ||
"name": "telegram-webapps-types-new", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript typings for Telegram Web Apps for Bots. See https://core.telegram.org/bots/webapps", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24062