mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
parent
3038892e32
commit
7c1af1265b
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ where
|
||||||
|
|
||||||
/// The base for update dispatching.
|
/// The base for update dispatching.
|
||||||
///
|
///
|
||||||
/// Updates from different chats are handles concurrently, whereas updates from
|
/// Updates from different chats are handled concurrently, whereas updates from
|
||||||
/// the same chats are handled sequentially. If the dispatcher is unable to
|
/// the same chats are handled sequentially. If the dispatcher is unable to
|
||||||
/// determine a chat ID of an incoming update, it will be handled concurrently.
|
/// determine a chat ID of an incoming update, it will be handled concurrently.
|
||||||
/// Note that this behaviour can be altered with [`distribution_function`].
|
/// Note that this behaviour can be altered with [`distribution_function`].
|
||||||
|
|
Loading…
Reference in a new issue