ayrat555 / frankenstein

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

ParseMode enum #49

Closed EdJoPaTo closed 2 years ago

EdJoPaTo commented 2 years ago

This prevents errors like using "Html" where "HTML" would have been required.

BREAKING CHANGE: string input for parse_mode isnt working anymore as the enum is required.