Skip to content
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

#936 Reply media group #994

Merged
merged 5 commits into from
Feb 12, 2018
Merged

#936 Reply media group #994

merged 5 commits into from
Feb 12, 2018

Conversation

feuillemorte
Copy link
Contributor

@feuillemorte feuillemorte commented Feb 1, 2018

Fixes #936

Added reply_media_group() function in Message class.

How to tests:

create handler, insert code:

update.message.reply_media_group([InputMediaPhoto('https://telegram.org/img/t_logo.png'),
                                      InputMediaPhoto('https://telegram.org/img/t_logo.png')],
                                     quote=True)

use handler in telegram client

image

@codecov
Copy link

codecov bot commented Feb 11, 2018

Codecov Report

Merging #994 into master will increase coverage by 0.06%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #994      +/-   ##
==========================================
+ Coverage   91.58%   91.64%   +0.06%     
==========================================
  Files         103      103              
  Lines        4065     4059       -6     
  Branches      641      641              
==========================================
- Hits         3723     3720       -3     
+ Misses        200      199       -1     
+ Partials      142      140       -2
Impacted Files Coverage Δ
telegram/message.py 96.28% <100%> (-0.09%) ⬇️
telegram/ext/jobqueue.py 91.44% <0%> (+0.53%) ⬆️
telegram/ext/conversationhandler.py 81.08% <0%> (+1.8%) ⬆️

 Conflicts:
	telegram/message.py
	tests/test_message.py
@tsnoam tsnoam merged commit 62e76f1 into python-telegram-bot:master Feb 12, 2018
@tsnoam
Copy link
Member

tsnoam commented Feb 12, 2018

@feuillemorte
Thank you for your contribution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Message.reply_media_group
2 participants