Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Last active October 26, 2020 02:17
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/dcf7bcf44cf70f04fefdf42384084c78 to your computer and use it in GitHub Desktop.
Save zachlim98/dcf7bcf44cf70f04fefdf42384084c78 to your computer and use it in GitHub Desktop.
def dinnerplace(update, context):
update.message.reply_location(1.29053,103.84646)
context.bot.send_chat_action(chat_id=update.message.chat_id, action=telegram.ChatAction.TYPING)
update.message.reply_text("Here's where we're going for dinner!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment