## The problem
Issue TelegramBots/Telegram.Bot#1419 (closed, 10 comments): While binding the update body, message_id is set to 0. Allways [image] [image]

## The fix
The webhook documentation targets stable v21.x. If message_id binds as 0 you are on an old version; upgrade to v21+ and follow the migration guide at https://telegrambots.github.io/book/migrate/Version-21.x.html

## Notes
Thread: https://github.com/TelegramBots/Telegram.Bot/issues/1419. Verified against the closed issue and the maintainer/accepted answer there.