TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
640 stars 294 forks source link

CallBack data miss the Inline_message_id #386

Closed mircofx closed 2 years ago

mircofx commented 2 years ago

Inline_message_id turns always null on callbackdata.

karb0f0s commented 2 years ago

@mircofx what is your scenario? we cover inline-related requests in our test suite and it works as expected.

karb0f0s commented 2 years ago

if you're referring to this issue https://github.com/TelegramBots/Telegram.Bot/issues/1037, please check for answer there