ReplyButton action #109
Unanswered
uzdeveloper1
asked this question in
Q&A
Replies: 4 comments
-
could you show me your code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is a telegram limitation: actions are supported only for message keyboards (inline) : https://core.telegram.org/bots/api/#inlinekeyboardbutton No actions for reply keyboard buttons, though: https://core.telegram.org/bots/api/#keyboardbutton That's why I had to split Button and ReplyButton implementations. In order to achieve your feature, you should listen for the button text, that is sent when the user clicks on the button |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For ReplyButton not working action
Beta Was this translation helpful? Give feedback.
All reactions