Closed mircofx closed 2 years ago
@mircofx inline queries are not related to inline keyboards. for example, @gif bot does inline requests. For Inline keyboard you only can access CallbackQuery properties. take a look at this example
For example this bot "@music" from the Telegram website. https://core.telegram.org/bots/2-0-intro#updating-messages
Once selected the track it shows 5 Callback buttons that changes when you press them as well as the text above. How can we have the id of the callbackbutton pressed and edit the buttons on the action?
Please follow issue template If you want to chat, feel free to join our group.
I create a inline buttons with:
Once I select one option the UpdateType.CallbackQuery => BotOnCallbackQueryReceived(botClient, update.CallbackQuery!) will get Inline_message_id always null. Why?
NuGet version 17.0 .NET Core 6.0 VS2022 WinForms.