Skip to content

Bot API 6.6 #1139

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

Merged
merged 10 commits into from
Mar 11, 2023
Merged

Bot API 6.6 #1139

merged 10 commits into from
Mar 11, 2023

Conversation

JrooTJunior
Copy link
Member

@JrooTJunior JrooTJunior commented Mar 9, 2023

Description

Added full support for Bot API 6.6

Type of change

Please delete options that are not relevant.

  • Documentation (typos, code examples or any documentation update)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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
  • My changes generate no new warnings
  • 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

@JrooTJunior JrooTJunior added breaking This breaks backwards-compatibility 3.x Issue or PR for stable 3.x version labels Mar 9, 2023
@github-actions
Copy link

github-actions bot commented Mar 9, 2023

✔️ Changelog found.

Thank you for adding a description of the changes

@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #1139 (4cecb81) into dev-3.x (7efec4a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           dev-3.x     #1139    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          340       354    +14     
  Lines         8880      9065   +185     
==========================================
+ Hits          8880      9065   +185     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
aiogram/enums/inline_query_result_type.py 100.00% <ø> (ø)
...ram/methods/set_my_default_administrator_rights.py 100.00% <ø> (ø)
aiogram/types/message.py 100.00% <ø> (ø)
aiogram/__init__.py 100.00% <100.00%> (ø)
aiogram/client/bot.py 100.00% <100.00%> (ø)
aiogram/client/session/aiohttp.py 100.00% <100.00%> (ø)
aiogram/enums/__init__.py 100.00% <100.00%> (ø)
aiogram/enums/sticker_format.py 100.00% <100.00%> (ø)
aiogram/filters/command.py 100.00% <100.00%> (ø)
aiogram/methods/__init__.py 100.00% <100.00%> (ø)
... and 45 more

@JrooTJunior JrooTJunior marked this pull request as ready for review March 11, 2023 00:17
@JrooTJunior JrooTJunior merged commit 6570d0b into dev-3.x Mar 11, 2023
@JrooTJunior JrooTJunior deleted the dev-3.x-api-6.6 branch August 14, 2023 20:34
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 breaking This breaks backwards-compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant