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

feat: add support for Bot API 6.4 #349

Merged
merged 2 commits into from
Dec 30, 2022
Merged

feat: add support for Bot API 6.4 #349

merged 2 commits into from
Dec 30, 2022

Conversation

KnorpelSenf
Copy link
Member

https://core.telegram.org/bots/api#december-30-2022

There is a small breaking change in this release. Two paramters in editFormTopic have become optional. As a result, they were removed from the respective method in Api. This is a known disadvantage of the convenience of having parameters in the function signature.

@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2022

Codecov Report

Base: 37.21% // Head: 36.92% // Decreases project coverage by -0.28% ⚠️

Coverage data is based on head (28da611) compared to base (2912b41).
Patch coverage: 19.35% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #349      +/-   ##
==========================================
- Coverage   37.21%   36.92%   -0.29%     
==========================================
  Files          17       17              
  Lines        4383     4455      +72     
  Branches      166      166              
==========================================
+ Hits         1631     1645      +14     
- Misses       2750     2808      +58     
  Partials        2        2              
Impacted Files Coverage Δ
src/context.ts 23.22% <0.00%> (-0.60%) ⬇️
src/core/api.ts 4.91% <0.00%> (-0.12%) ⬇️
src/convenience/keyboard.ts 100.00% <100.00%> (ø)
src/filter.ts 90.78% <100.00%> (+0.15%) ⬆️
src/types.deno.ts 55.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@roziscoding roziscoding left a comment

Choose a reason for hiding this comment

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

LGTM

@KnorpelSenf KnorpelSenf merged commit 4cd434f into main Dec 30, 2022
@KnorpelSenf KnorpelSenf deleted the api-6.4 branch December 30, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants