This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
python-telegram-bot
Watch
1
Star
0
Fork
You've already forked python-telegram-bot
0
mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced
2025-01-03 17:52:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a034317c87
python-telegram-bot
/
telegram
/
replymarkup.py
9 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
Adding ReplyMarkup, ForceReply, renaming methods and minor fixes
2015-07-09 02:15:46 +02:00
#!/usr/bin/env python
Adding logging decorator
2015-07-20 12:53:58 +02:00
from
telegram
import
TelegramObject
Resolves #45 creating to_data abstractmethod on TelegramObject (new base class)
2015-07-20 04:06:04 +02:00
class
ReplyMarkup
(
TelegramObject
)
:
pass
Reference in a new issue
Copy permalink