-
-
Save zachlim98/15b5c081f71748e24f042304f8531880 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def start(bot, context): | |
context.bot.send_chat_action(chat_id=bot.message.chat_id, action=telegram.ChatAction.TYPING) | |
bot.message.reply_text("I'm not actually busy. We're still going for dinner.") | |
def help(update, context): | |
update.message.reply_text("Help!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment