-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launching web app from inline mode #1091
Comments
This depends on support of Telegram's version 6.7 and this library supports up to 6.3. Even Telegraf is stuck to 6.5 : telegraf/telegraf#1835 The only solution if you really need it is to use the python library (which has a way bigger community). |
You don't need to update the library for use the button in the answerInlineQuery, because is a optional param and this library support this optional params out the box. InlineQueryResultsButton: A JSON-serialized object describing a button to be shown above inline query results Example: // For add more params in the object https://core.telegram.org/bots/api#inlinequeryresultsbutton (In this case only "text" is mandatory
|
There is a problem that everything opens on a PC and Android, but on an iPhone the button is simply clicked and nothing happens |
This is just wrong, the python community may be large but they don't exactly release faster updates than some JS libs. I know it because I wrote one, and we almost always ship an update less than 24 hours after the Bot API release. For example, PTB was more than two weeks late. |
I wasn't aware of this library. Great to see solutions for node community. |
The problem was more the 2 braking changes from Telegram the "createNewStickerSet" and "addStickerToSet". That required more work because need to change the way that the data was send. In other case the release can be do in the same date. If I have a little more time this weekend I maybe finish this last two things in the pull request #1069 |
Hello, how i can launching web app from inline mode? need that button "make custom order"
The text was updated successfully, but these errors were encountered: