Fixes ForceReply class

This commit is contained in:
Leandro Toledo 2015-08-08 19:09:24 -03:00
parent 30fd5d79c3
commit 0c6ec763b1

View file

@ -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):