add caption, parse_mode, caption_entities, disable_web_page_preview parameters to Bot._send_message#3385
Conversation
closes #3372 add doctstring and move comment there
harshil21
left a comment
There was a problem hiding this comment.
copy_message and edit_message_caption still have those if clauses left to remove.
Yes, I agree on |
|
BTW a (maybe too) philosophical question. Can the fact that the generic |
IMO this is not the case. |
change all methods except for `.copy_message()`, which doesn't call `._send_message()`
|
Added |
caption, caption_entities parameters to Bot._send_messagecaption, parse_mode, caption_entities parameters to Bot._send_message
caption, parse_mode, caption_entities parameters to Bot._send_messagecaption, parse_mode, caption_entities parameters to Bot._send_message
caption, parse_mode, caption_entities parameters to Bot._send_messagecaption, parse_mode, caption_entities, disable_web_page_preview parameters to Bot._send_message
Bibo-Joshi
left a comment
There was a problem hiding this comment.
LGTM except for the comment below :)
closes #3372
Not sure I need to add tests (I think in this case I just needed to make sure existing tests don't fail).