fix object type in forcereply.py

This commit is contained in:
Harshil 2021-06-12 01:40:21 +05:30
parent 1df8a13d9f
commit 012663e0c3
No known key found for this signature in database
GPG key ID: 5AEE5B73890746C5

View file

@ -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.
""" """