mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Code snippets (markdown)
parent
1992492863
commit
1c6ab0d332
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue