telegram-rs / telegram-bot

Rust Library for creating a Telegram Bot
MIT License
940 stars 157 forks source link

Do not fail on unknown sender name #224

Closed ayrat555 closed 3 years ago

ayrat555 commented 3 years ago

Fixes https://github.com/telegram-rs/telegram-bot/issues/223

Failures are related to missing sender name. It may be caused by recent changes in Telegram API. I didn't dive deep enough.

The changes in this PR fix failures in my bot and it works for me. But it may hide a bigger issue.