Steps to reproduce:
Issue /me or /roll command with formatted text that contains strike-through parts. For example,
/roll d6 do nothing a barrel roll
Actual result: strike-through parts are shown without any formatting in bot's reply.
username rolls 1d6 for:
do nothing a barrel roll
...
Expected result: text still contains strike-through parts in bot's reply.
username rolls 1d6 for:
do nothing a barrel roll
...
**Steps to reproduce:**
Issue `/me` or `/roll` command with formatted text that contains strike-through parts. For example,
> /roll d6 do ~~nothing~~ a barrel roll
**Actual result:** strike-through parts are shown without any formatting in bot's reply.
> username rolls **1d6** for:<br/>
> do nothing a barrel roll
>
> ...
**Expected result:** text still contains strike-through parts in bot's reply.
> username rolls **1d6** for:<br/>
> do ~~nothing~~ a barrel roll
>
> ...
Well, there's an upstream issue with corresponding unmerged PR that should add v4.5 Bot API support.
We can use entities data from update to add striked-through (and underlined) parts of the text ourself or just wait till upstream will merge this PR.
Well, there's an [upstream issue](https://github.com/python-telegram-bot/python-telegram-bot/issues/1689) with corresponding unmerged PR that should add v4.5 Bot API support.
We can use entities data from update to add striked-through (and underlined) parts of the text ourself or just wait till upstream will merge [this PR](https://github.com/python-telegram-bot/python-telegram-bot/pull/1508).
Steps to reproduce:
Issue
/me
or/roll
command with formatted text that contains strike-through parts. For example,Actual result: strike-through parts are shown without any formatting in bot's reply.
Expected result: text still contains strike-through parts in bot's reply.
Well, there's an upstream issue with corresponding unmerged PR that should add v4.5 Bot API support.
We can use entities data from update to add striked-through (and underlined) parts of the text ourself or just wait till upstream will merge this PR.