python-telegram-bot/telegram/replymarkup.py
2015-07-17 22:53:54 +08:00

7 lines
No EOL
144 B
Python

#!/usr/bin/env python
from .telegram_boject_base import Base
class ReplyMarkup(Base):
def to_json(self):
raise NotImplementedError