Updated Code snippets (markdown)

Bibo-Joshi 2021-03-11 21:29:36 +01:00
parent 1992492863
commit 1c6ab0d332

@ -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