python-telegram-bot/telegram/replymarkup.py

6 lines
108 B
Python

#!/usr/bin/env python
class ReplyMarkup(object):
def to_json(self):
raise NotImplementedError