diff --git a/Code-snippets.md b/Code-snippets.md index 3eadbfd..bfd2589 100644 --- a/Code-snippets.md +++ b/Code-snippets.md @@ -146,6 +146,8 @@ bot.send_message(chat_id=chat_id, ... reply_markup=reply_markup) ``` +To catch the incoming message with the location/contact, use `MessageHandler` with `Filters.location` and `Filters.contact`, respectively. + ### Message Formatting (bold, italic, code, ...) #### Post a text message with Markdown formatting