All notable changes to this project will be documented in this file.
- Fix InlineQueryResultArticle serialization
- telegram-bot and telegram-bot-raw now uses rust edition 2019
- Updated hyper to 0.12
- Updated hyper-tls to 0.3
TELEGRAM_API_URLenvironment variable allowing to do E2E-testing of the bot.- Bots can now answer inline queries, audios and documents
- Re-export forgotten types (#85)
- pinChatMessage and unpinChatMessage methods
- Bots can now send and receive Live Locations (#83)
Rewritten from scratch.
- Update dependencies.
- Handle unknown messages.
- Fix a bug with broken forward messages.
- Supergroups support.
ParseModestructure.
Integertype to be an alias to i64 instead of i32 because of supergroups.- New
parse_modeparameter inAPI::send_messagemethod. Chatenum to support supergroups and channels.- Specified dependencies versions in Cargo.toml.
- Update type of
user_idfield inContactstruct - Handling of replies to a message.
Api::long_pollmethod to takeFnMutinstead ofFn.
- Initial release