mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-18 15:20:15 +01:00
fmt 🤦
This commit is contained in:
parent
be43bd6cdc
commit
9ee9c24024
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue