D
D
danij_com2019-01-06 15:54:25
Python
danij_com, 2019-01-06 15:54:25

Are there limits in the Telegram API on the number of Markdown tags?

In python, lines like this are filled in a loop:

res += '`' + str(a[n][0]).center(10) + '`' + '`|`' + '`' + str(a[n][2]).center(11) + '`' + '`|`' + '`' + str(a[n][3]).center(14) + '`' + '\n'

While there were several such lines, everything was sent and looked normal, but as soon as the message became long, it looks something like in the screenshot.
Screen
5c31fa3cbf265653886061.jpeg

Any guesses as to why this is happening?
The option that some characters in my text break the markup is not considered, because there are only numbers there.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2019-01-06
@Taraflex

Telegram has multiline monospaced text

```
моноширный
многострочный
```

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question