Closed anton-iskryzhytskyi closed 3 years ago
And additional comment, also the inline button click are not handled due error that ctx.message is not exists, but it is possible to use ctx.callback_query or ctx.callback_query.message instead of ctx.message, and ctx.callback_query.data instead of ctx.message.text So, I also created a PR https://github.com/botpress/botpress/pull/3454
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi - fixed, we will close this, please reopen if need be.
Describe the bug An error appears during sending buttons with telegram module
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context According to telegram docs about inline keyboard, one optional property of inline keyboard button must be used.