Telegram -> Zoho Creator answer via API.

Telegram -> Zoho Creator answer via API.

Hello!
Did anyone work or established back connection from Telegram to Zoho Creator via API?

I'm able to send notification from ZC to TG Bot successfully. (webhook is set) My notification consists of some information and inline buttons "yes" and "no". According to the user's choice this info should be passed to respective fields in my ZC report. However, I can't get any response back, thus I can't even debug/log any info regarding failure of passing data back. Seems that information from TG to ZC is sent as a "callback_query", where i need two parameters - callback_query.message.chat.id and callback_query.data. With getJson I'll be able to extract this data.

My question is - maybe anyone has worked with it and could give me practical advice what to do? Zoho support tells me to contact Telegram support (in this case The Botfather support), but they don't have any.
I can send an email and all details if someone could help me with that!