grammyjs / grammY

The Telegram Bot Framework.
https://grammy.dev
MIT License
2.17k stars 110 forks source link

feat: Bot API 7.0 #513

Closed KnorpelSenf closed 8 months ago

KnorpelSenf commented 8 months ago

https://core.telegram.org/bots/api#december-29-2023

codecov[bot] commented 8 months ago

Codecov Report

Attention: 210 lines in your changes are missing coverage. Please review.

Comparison is base (984d331) 46.33% compared to head (6bfadf8) 46.05%.

Files Patch % Lines
src/context.ts 53.62% 128 Missing :warning:
src/core/api.ts 2.89% 67 Missing :warning:
src/bot.ts 52.94% 8 Missing :warning:
src/composer.ts 12.50% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #513 +/- ## ========================================== - Coverage 46.33% 46.05% -0.28% ========================================== Files 19 19 Lines 5672 6051 +379 Branches 228 266 +38 ========================================== + Hits 2628 2787 +159 - Misses 3041 3261 +220 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

niusia-ua commented 8 months ago

Wow, what a big spec update. 🤯 Finally, bots can work with reactions. 🤩 In general, I would just like to express my respect for your quick work on the update. 👍 I anticipate a lot of work on our documentation. 🙃

rojvv commented 8 months ago

@all-contributors add @AbbassAlmusawi for bug

allcontributors[bot] commented 8 months ago

@roj1512

I've put up a pull request to add @AbbassAlmusawi! :tada:

KnorpelSenf commented 8 months ago

I anticipate a lot of work on our documentation. 🙃

It will not be a lot, but there will definitely be some. I am going to get started with that now.

KnorpelSenf commented 8 months ago

@niusia-ua check out https://github.com/grammyjs/website/pull/971