mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Fixes ForceReply class
This commit is contained in:
parent
30fd5d79c3
commit
0c6ec763b1
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
|
||||
from telegram import TelegramObject
|
||||
from .replymarkup import ReplyMarkup
|
||||
|
||||
|
||||
class ForceReply(TelegramObject):
|
||||
class ForceReply(ReplyMarkup):
|
||||
def __init__(self,
|
||||
force_reply=True,
|
||||
selective=None):
|
||||
|
|
Loading…
Reference in a new issue