-
Notifications
You must be signed in to change notification settings - Fork 5.7k
add caption
, parse_mode
, caption_entities
, disable_web_page_preview
parameters to Bot._send_message
#3385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
closes #3372 add doctstring and move comment there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_message
caption
, parse_mode
, caption_entities
parameters to Bot._send_message
caption
, parse_mode
, caption_entities
parameters to Bot._send_message
caption
, parse_mode
, caption_entities
parameters to Bot._send_message
caption
, parse_mode
, caption_entities
parameters to Bot._send_message
caption
, parse_mode
, caption_entities
, disable_web_page_preview
parameters to Bot._send_message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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).