python-telegram-bot/telegram/replymarkup.py
2015-07-20 08:25:04 -03:00

8 lines
106 B
Python

#!/usr/bin/env python
from telegram import TelegramObject
class ReplyMarkup(TelegramObject):
pass