Bot buttons , how to show them on chat? #1212
Unanswered
php-wizard
asked this question in
Q&A
Replies: 1 comment
-
@danog @svdaru Anybody can give me a hint please? From the logs i see this error: BUTTON_TYPE_INVALID |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for creating this library!
I am trying to show a button to my bot's users (chatting privately with the bot).
But
SendMessage
has no effect if i try to put a button, no message received on Telegram.While it works if i send a plain text message.
My code
What am i missing?
My goal is that when the user clicks the button, i want to launch a command (as if the user typed the command manually).
Beta Was this translation helpful? Give feedback.
All reactions