mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-24 07:49:40 +01:00
6 lines
108 B
Python
6 lines
108 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
class ReplyMarkup(object):
|
|
def to_json(self):
|
|
raise NotImplementedError
|