Scenario: I am using telegram for the campaign purpose, where I am sending the quick options (with payload data) to telegram chats with my custom campaign api. when a user click on the appropriate option, I'll get the response data from telegram and based on the payload data from response, I'll navigate the user to a specific node in my predefined bot flow.
Problem: When a user clicks on the option, botmaster is unable to process the incoming data (cause it's format is different because of payload data) and hence, my bot failing in navigating the user to a specific node in my bot flow.
This build is not affecting any existing functionalities, plus it is extending the telegram bot capabilities to consume the callback/payload data from _inlinekeyboard event.
Scenario: I am using telegram for the campaign purpose, where I am sending the quick options (with payload data) to telegram chats with my custom campaign api. when a user click on the appropriate option, I'll get the response data from telegram and based on the payload data from response, I'll navigate the user to a specific node in my predefined bot flow.
Problem: When a user clicks on the option, botmaster is unable to process the incoming data (cause it's format is different because of payload data) and hence, my bot failing in navigating the user to a specific node in my bot flow.
This build is not affecting any existing functionalities, plus it is extending the telegram bot capabilities to consume the callback/payload data from _inlinekeyboard event.