Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 18, 2020 16:40
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 amankharwal/c210464cc66cb6837d305bb4418076c7 to your computer and use it in GitHub Desktop.
Save amankharwal/c210464cc66cb6837d305bb4418076c7 to your computer and use it in GitHub Desktop.
def hello(update, context):
context.bot.send_message(chat_id=update.effective_chat.id, text='Hello, World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment