- Notifications
You must be signed in to change notification settings - Fork5.7k
addcaption
,parse_mode
,caption_entities
,disable_web_page_preview
parameters toBot._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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
closes#3372add 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
andedit_message_caption
still have those if clauses left to remove.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 toBot._send_message
caption
,parse_mode
,caption_entities
parameters toBot._send_message
caption
,parse_mode
,caption_entities
parameters toBot._send_message
caption
,parse_mode
,caption_entities
parameters toBot._send_message
Uh oh!
There was an error while loading.Please reload this page.
caption
,parse_mode
,caption_entities
parameters toBot._send_message
caption
,parse_mode
,caption_entities
,disable_web_page_preview
parameters toBot._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 :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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).