Skip to content

Added full support of Bot API 6.4 #1088

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 6 commits into from
Dec 30, 2022
Merged

Added full support of Bot API 6.4 #1088

merged 6 commits into from
Dec 30, 2022

Conversation

JrooTJunior
Copy link
Member

Description

Added full support of Bot API 6.4: https://core.telegram.org/bots/api-changelog#december-30-2022

Type of change

  • 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 api Issues or new features of Bot API 3.x Issue or PR for stable 3.x version labels Dec 30, 2022
@JrooTJunior JrooTJunior added this to the 3.0.0-beta.7 milestone Dec 30, 2022
@github-actions
Copy link

github-actions bot commented Dec 30, 2022

✔️ Changelog found.

Thank you for adding a description of the changes

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #1088 (f5daa70) into dev-3.x (a0dbbcf) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           dev-3.x     #1088    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          326       335     +9     
  Lines         8512      8636   +124     
==========================================
+ Hits          8512      8636   +124     
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/methods/get_chat_member.py 100.00% <ø> (ø)
aiogram/__init__.py 100.00% <100.00%> (ø)
aiogram/client/bot.py 100.00% <100.00%> (ø)
aiogram/enums/content_type.py 100.00% <100.00%> (ø)
aiogram/methods/__init__.py 100.00% <100.00%> (ø)
aiogram/methods/close_general_forum_topic.py 100.00% <100.00%> (ø)
aiogram/methods/edit_forum_topic.py 100.00% <100.00%> (ø)
aiogram/methods/edit_general_forum_topic.py 100.00% <100.00%> (ø)
aiogram/methods/hide_general_forum_topic.py 100.00% <100.00%> (ø)
aiogram/methods/reopen_general_forum_topic.py 100.00% <100.00%> (ø)
... and 16 more

Copy link
Contributor

@andrew000 andrew000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@andrew000 andrew000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JrooTJunior JrooTJunior merged commit 730485e into dev-3.x Dec 30, 2022
@JrooTJunior JrooTJunior deleted the bot-api-6.4 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants