Comparing version 4.8.0-canary.2 to 4.8.0-canary.3
@@ -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 |
{ | ||
"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
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
448293
9576