Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Last active October 26, 2020 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlim98/15b5c081f71748e24f042304f8531880 to your computer and use it in GitHub Desktop.
Save zachlim98/15b5c081f71748e24f042304f8531880 to your computer and use it in GitHub Desktop.
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