Closed hui87667137 closed 1 year ago
I am developing a chat feature using Tdlib - Java. I have encountered an issue where a bot sends me content similar to the following:
InlineKeyboardButton { text = "hello" type = InlineKeyboardButtonTypeCallback { data = bytes [4] { 61 61 61 61 } } }
How can I simulate the behavior of the official Telegram app to click this button and initiate a query?
Use the method getCallbackQueryAnswer.
getCallbackQueryAnswer
Thanks
I am developing a chat feature using Tdlib - Java. I have encountered an issue where a bot sends me content similar to the following:
How can I simulate the behavior of the official Telegram app to click this button and initiate a query?