A Telegram Bot library
toml
[dependencies]
tgbot = "0.3"
See examples directory.
Update::get_chat_id()
, Update::get_chat_username()
and Update::get_user()
methods.Message::is_edited()
and Message::get_chat_username()
methods.Message.commands
property.UpdatesStreamOptions
.Api::create()
and Api::with_proxy()
in favor of Api::new()
.Api::get_updates()
, use tgbot::handle_updates()
instead.WebhookService
is public now.retry_after
parameter on polling error.The MIT License (MIT)