mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +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.
|
**kwargs (:obj:`dict`): Arbitrary keyword arguments.
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
force_reply (:obj:`True`): Shows reply interface to the user, as if they manually selected
|
force_reply (:obj:`bool`): Shows reply interface to the user, as if they manually selected
|
||||||
the bots message and tapped 'Reply'.
|
the bots message and tapped 'Reply'. Defaults to :obj:`True`.
|
||||||
selective (:obj:`bool`): Optional. Force reply from specific users only.
|
selective (:obj:`bool`): Optional. Force reply from specific users only.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue