telegram-webapps-types-new
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -506,3 +506,3 @@ export declare namespace TelegramWebApps { | ||
*/ | ||
getItems(key: string, callback: (error: Error | null, value?: string) => void): CloudStorage; | ||
getItems(key: string[], callback: (error: Error | null, value?: string) => void): CloudStorage; | ||
/** | ||
@@ -527,3 +527,3 @@ * Bot API 6.9+ | ||
*/ | ||
removeItems(key: string, callback?: (error: Error | null, confirm: boolean) => void): CloudStorage; | ||
removeItems(key: string[], callback?: (error: Error | null, confirm: boolean) => void): CloudStorage; | ||
/** | ||
@@ -536,3 +536,3 @@ * Bot API 6.9+ | ||
*/ | ||
getKeys(callback: (error: Error | null, keys?: any) => void): CloudStorage; | ||
getKeys(callback: (error: Error | null, keys?: Record<string, string>) => void): CloudStorage; | ||
} | ||
@@ -539,0 +539,0 @@ |
{ | ||
"name": "telegram-webapps-types-new", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"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
41060