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

telegraf

Package Overview
Dependencies
Maintainers
3
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegraf - npm Package Compare versions

Comparing version 4.8.0-canary.2 to 4.8.0-canary.3

6

lib/context.js

@@ -649,8 +649,2 @@ "use strict";

/**
* @see https://core.telegram.org/bots/api#answerwebappquery
*/
answerWebAppQuery(webAppQueryId, result) {
return this.telegram.answerWebAppQuery(webAppQueryId, result);
}
/**
* Use this method to change the bot's menu button in the current private chat. Returns true on success.

@@ -657,0 +651,0 @@ * @see https://core.telegram.org/bots/api#setchatmenubutton

2

package.json
{
"name": "telegraf",
"version": "4.8.0-canary.2",
"version": "4.8.0-canary.3",
"description": "Modern Telegram Bot Framework",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -908,9 +908,2 @@ import * as tg from './core/types/typegram'

/**
* @see https://core.telegram.org/bots/api#answerwebappquery
*/
answerWebAppQuery(webAppQueryId: string, result: tg.InlineQueryResult) {
return this.telegram.answerWebAppQuery(webAppQueryId, result)
}
/**
* Use this method to change the bot's menu button in the current private chat. Returns true on success.

@@ -917,0 +910,0 @@ * @see https://core.telegram.org/bots/api#setchatmenubutton

@@ -356,6 +356,2 @@ import * as tg from './core/types/typegram';

/**
* @see https://core.telegram.org/bots/api#answerwebappquery
*/
answerWebAppQuery(webAppQueryId: string, result: tg.InlineQueryResult): Promise<tg.SentWebAppMessage>;
/**
* Use this method to change the bot's menu button in the current private chat. Returns true on success.

@@ -362,0 +358,0 @@ * @see https://core.telegram.org/bots/api#setchatmenubutton

Sorry, the diff of this file is not supported yet

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