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_URL
environment 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.
ParseMode
structure.
Integer
type to be an alias to i64 instead of i32 because of supergroups.- New
parse_mode
parameter inAPI::send_message
method. Chat
enum to support supergroups and channels.- Specified dependencies versions in Cargo.toml.
- Update type of
user_id
field inContact
struct - Handling of replies to a message.
Api::long_poll
method to takeFnMut
instead ofFn
.
- Initial release