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

Update message.send_copy: add missing reply_parameters param #1403

Merged
merged 3 commits into from Feb 3, 2024

Conversation

wkpn
Copy link
Contributor

@wkpn wkpn commented Feb 3, 2024

Description

with the 7.0 changes reply_parameters has been added everywhere except for messages.send_copy, this PR aims to fix that

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@github-actions github-actions bot added the 3.x Issue or PR for stable 3.x version label Feb 3, 2024
Copy link

github-actions bot commented Feb 3, 2024

✔️ Changelog found.

Thank you for adding a description of the changes

CHANGES/1403.bugfix.rst Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (844d6f5) 100.00% compared to head (ec7abee) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1403   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          411       411           
  Lines        10618     10618           
=========================================
  Hits         10618     10618           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
aiogram/types/message.py 100.00% <ø> (ø)

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
@JrooTJunior JrooTJunior merged commit bff483b into aiogram:dev-3.x Feb 3, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants