This should do 2 things: - Add `caption_entities` to `_send_message`, so we can reduce repetition even further. - Comment in `_send_message` that we do this to reduce repetition (DRY). Ref https://github.com/python-telegram-bot/python-telegram-bot/pull/3346#discussion_r1026897846
This should do 2 things:
caption_entitiesto_send_message, so we can reduce repetition even further._send_messagethat we do this to reduce repetition (DRY).Ref #3346 (comment)