mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Mistake in MessageQueue.__call__'s docstring (#1249)
This commit is contained in:
parent
4861d1a20d
commit
9ece7fdb1c
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class MessageQueue(object):
|
|||
is_group_msg (:obj:`bool`, optional): Defines whether ``promise`` would be processed in
|
||||
group*+*all* ``DelayQueue``s (if set to ``True``), or only through *all*
|
||||
``DelayQueue`` (if set to ``False``), resulting in needed delays to avoid
|
||||
hitting specified limits. Defaults to ``True``.
|
||||
hitting specified limits. Defaults to ``False``.
|
||||
|
||||
Notes:
|
||||
Method is designed to accept ``telegram.utils.promise.Promise`` as ``promise``
|
||||
|
|
Loading…
Reference in a new issue