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

Add missing shortcuts, new enums, reworked old stuff #1070

Merged
merged 14 commits into from
Dec 4, 2022

Conversation

JrooTJunior
Copy link
Member

@JrooTJunior JrooTJunior commented Nov 20, 2022

Description

Added missing shortcuts, new enums, reworked old stuff

Fixing: #952

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature (non-breaking change that adds functionality)
  • Documentation (typos, code examples or any documentation update)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works as expected
  • New and existing unit tests pass locally with my changes
  • My changes generate no new warnings or errors
  • My changes are compatible with minimum requirements of the project
  • I have made corresponding changes to the documentation

@JrooTJunior JrooTJunior added enhancement Make it better! docs Something is missing in docs api Issues or new features of Bot API breaking This breaks backwards-compatibility 3.x Issue or PR for stable 3.x version labels Nov 20, 2022
@JrooTJunior JrooTJunior added this to the 3.0.0-beta.7 milestone Nov 20, 2022
@JrooTJunior JrooTJunior self-assigned this Nov 20, 2022
@JrooTJunior JrooTJunior added this to In progress in 3.0 via automation Nov 20, 2022
@github-actions
Copy link

✔️ Changelog found.

Thank you for adding a description of the changes

@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

Merging #1070 (fa983c3) into dev-3.x (3438d24) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1070   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          317       325    +8     
  Lines         8454      8495   +41     
=========================================
+ Hits          8454      8495   +41     
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/client/bot.py 100.00% <ø> (ø)
aiogram/enums/content_type.py 100.00% <ø> (ø)
aiogram/enums/dice_emoji.py 100.00% <ø> (ø)
aiogram/enums/update_type.py 100.00% <ø> (ø)
aiogram/types/message.py 100.00% <ø> (ø)
aiogram/enums/__init__.py 100.00% <100.00%> (ø)
aiogram/enums/bot_command_scope_type.py 100.00% <100.00%> (ø)
aiogram/enums/chat_action.py 100.00% <100.00%> (ø)
aiogram/enums/chat_member_status.py 100.00% <100.00%> (ø)
aiogram/enums/chat_type.py 100.00% <100.00%> (ø)
... and 59 more

@uburuntu
Copy link
Contributor

🤩

@evgfilim1 evgfilim1 self-requested a review November 21, 2022 08:02
@JrooTJunior JrooTJunior marked this pull request as ready for review November 25, 2022 03:05
@evgfilim1 evgfilim1 mentioned this pull request Nov 26, 2022
@JrooTJunior JrooTJunior merged commit 3ea73fb into dev-3.x Dec 4, 2022
3.0 automation moved this from In progress to Done Dec 4, 2022
@JrooTJunior JrooTJunior deleted the misc/shortcuts branch February 12, 2023 00:10
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 docs Something is missing in docs enhancement Make it better!
Projects
3.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants