ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268 stars 28 forks source link

examples: fix cases when offset was not updated #93

Closed yarcat closed 1 year ago

yarcat commented 1 year ago

This change moves update_params creation out of the case, when response is recognized as a message. If the response wasn't a message, the code might enter an infinite loop.

ayrat555 commented 1 year ago

thank you