Skip to content

[3.x] Bot API 6.0 #890

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 8 commits into from
Apr 19, 2022
Merged

[3.x] Bot API 6.0 #890

merged 8 commits into from
Apr 19, 2022

Conversation

JrooTJunior
Copy link
Member

@JrooTJunior JrooTJunior commented Apr 16, 2022

Description

Added full support of Bot API 6.0

Without backward compatibility with renamed voice_ to video_ fields.

Type of change

  • Documentation (typos, code examples or any documentation update)
  • 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 api Issues or new features of Bot API breaking This breaks backwards-compatibility 3.x Issue or PR for stable 3.x version labels Apr 16, 2022
@JrooTJunior JrooTJunior added this to the 3.0 milestone Apr 16, 2022
@github-actions
Copy link

github-actions bot commented Apr 16, 2022

✔️ Changelog found.

Thank you for adding a description of the changes

@JrooTJunior JrooTJunior changed the title Base implementation [3.x] Bot API 6.0 Apr 16, 2022
@evgfilim1 evgfilim1 added the enhancement Make it better! label Apr 19, 2022
@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #890 (f0a0fdc) into dev-3.x (286cf39) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           dev-3.x      #890    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          286       300    +14     
  Lines         7907      8143   +236     
==========================================
+ Hits          7907      8143   +236     
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/dispatcher/filters/text.py 100.00% <ø> (ø)
aiogram/dispatcher/webhook/aiohttp_server.py 100.00% <ø> (ø)
aiogram/client/bot.py 100.00% <100.00%> (ø)
aiogram/dispatcher/dispatcher.py 100.00% <100.00%> (ø)
aiogram/methods/__init__.py 100.00% <100.00%> (ø)
aiogram/methods/answer_web_app_query.py 100.00% <100.00%> (ø)
aiogram/methods/create_new_sticker_set.py 100.00% <100.00%> (ø)
aiogram/methods/get_chat_menu_button.py 100.00% <100.00%> (ø)
...ram/methods/get_my_default_administrator_rights.py 100.00% <100.00%> (ø)
aiogram/methods/promote_chat_member.py 100.00% <100.00%> (ø)
... and 24 more

@JrooTJunior JrooTJunior marked this pull request as ready for review April 19, 2022 19:03
@JrooTJunior JrooTJunior merged commit 4974365 into dev-3.x Apr 19, 2022
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 api Issues or new features of Bot API breaking This breaks backwards-compatibility enhancement Make it better!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants