mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Updated Code snippets (markdown)
parent
7c688b9ce9
commit
76a1180c89
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ entities = message.parse_entities()
|
|||
```
|
||||
|
||||
#### Telegram formatting to BBCode
|
||||
This is an example how to use entities to convert Telegram formatting to BBCode.
|
||||
This is an example how to use entities to convert Telegram formatting to BBCode. In the current version it does *not* support nested entities.
|
||||
|
||||
Define parsing function:
|
||||
```python
|
||||
|
|
Loading…
Reference in a new issue