-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing parameters to answerInlineQuery and implement exportChatI…
…nviteLink method (#58) * Added missing parameters to answerInlineQuery method * Implemented exportChatInviteLink method * Fix runaway promise warning Not returning any value in the promise chain resulted in a warning like this: (node:165) Warning: a promise was created in a handler at app/node_modules/telegram-bot-api/lib/telegram-bot.js:1680:13 but was not returned from it, see http://goo.gl/rRqMUw at new Promise (/app/node_modules/bluebird/js/release/promise.js:79:10)
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters