mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
fix object type in forcereply.py
This commit is contained in:
parent
1df8a13d9f
commit
012663e0c3
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ class ForceReply(ReplyMarkup):
|
|||
**kwargs (:obj:`dict`): Arbitrary keyword arguments.
|
||||
|
||||
Attributes:
|
||||
force_reply (:obj:`True`): Shows reply interface to the user, as if they manually selected
|
||||
the bots message and tapped 'Reply'.
|
||||
force_reply (:obj:`bool`): Shows reply interface to the user, as if they manually selected
|
||||
the bots message and tapped 'Reply'. Defaults to :obj:`True`.
|
||||
selective (:obj:`bool`): Optional. Force reply from specific users only.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue