We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Telegram for Android, Telegram for iOS
The library documentation says that the ability to send data is only available if the application is launched using the keyboard button.
But for some reason the code specifies validation for the Inline button. Console: Code:
Steps to reproduce the behavior:
When starting the application with the keyboard button, the possibility of using sendData will be available
The text was updated successfully, but these errors were encountered:
fix: Update isSupported check for sendData method
isSupported
sendData
abbf900
Fixes Telegram-Mini-Apps#673
heyqbnk
Successfully merging a pull request may close this issue.
Telegram Application
Telegram for Android, Telegram for iOS
Describe the Bug
The library documentation says that the ability to send data is only available if the application is launched using the keyboard button.

But for some reason the code specifies validation for the Inline button.


Console:
Code:
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
When starting the application with the keyboard button, the possibility of using sendData will be available
The text was updated successfully, but these errors were encountered: