Skip to content

Instantly share code, notes, and snippets.

@amiryousefi
Last active January 31, 2020 18:48
Show Gist options
  • Save amiryousefi/b02ccb97a0cd62409ecc4e406e2dffab to your computer and use it in GitHub Desktop.
Save amiryousefi/b02ccb97a0cd62409ecc4e406e2dffab to your computer and use it in GitHub Desktop.
def new_task(self, bot, update):
chat_id = update.message.chat_id
self.flags.new_task = True
bot.send_message(chat_id=chat_id, text="enter name for new task")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment