ayrat555 / frankenstein

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

refactor!: use MessageOrBool over EditMessageResponse #212

Closed EdJoPaTo closed 1 month ago

EdJoPaTo commented 1 month ago

This results in all methods returning a MessageResponse<T> which is more consistent. (and allows for #210)

BREAKING CHANGE: EditMessageResponse is gone