This commit is contained in:
Waffle 2019-12-30 23:41:10 +03:00
parent be43bd6cdc
commit 9ee9c24024

View file

@ -3,8 +3,8 @@
//! The key trait here is [`Updater`]. You can get it by these functions:
//!
//! - [`polling_default`], which returns a default long polling updater.
//! - [`polling`], which returns a long/short polling updater with
//! your configuration.
//! - [`polling`], which returns a long/short polling updater with your
//! configuration.
//!
//! And then you can pass it directly to a dispatcher.
//!