python-telegram-bot/telegram/replymarkup.py

9 lines
106 B
Python
Raw Normal View History

#!/usr/bin/env python
2015-07-20 12:53:58 +02:00
from telegram import TelegramObject
class ReplyMarkup(TelegramObject):
pass