Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telegram-webapps-types-new

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-webapps-types-new - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/index.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc