Hi everyone! I am creating a chatbot, and my vision is that I want to be able to create inline buttons in the bot messages so that when user clicks the button,
-
they get directed to another page (not URL) but another chat in telegram itself (e.g. clicking @hiwordlebot i want users to be directed to the @hiwordlebot instead, right now im only able to create template buttons but once clicked, nothing happens or rather a sample url opens up cos that’s the only basic thing i can figure out as of now
-
is it possible instead of them typing @gamee/@gamebot/@gamesrobot in the keyboard and waiting for the games to pop up, can i modify this step by doing this in a button, so when they click button, those words appear in the search straightaway? let me know what functions i need to use and the mapping i need for this
-
this reference is taken from @Teacheru
I am aiming to create a similar style, whereby clicking quiz 1, will move on to the next page of
may i know how i can go about using the inline queries/answer to inline query/call back queries to achieve this output?
for all 3 concerns, im right now stuck at mapping my modules together/unsure of what function or module to use
- am i supposed to pass in answer an inline query module?
- how do i map my callback query and make the buttons responsive?
please do help me out as i need the inline and call back to work to move on with my project! much appreciated
blueprint (1).json (195.4 KB)