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(telegram): update helpers to support latest schema features #652

Merged
merged 8 commits into from
Dec 30, 2021

Conversation

tdakkota
Copy link
Member

Fixes #618.

@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #652 (7f51c47) into main (a564133) will decrease coverage by 0.09%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #652      +/-   ##
==========================================
- Coverage   69.19%   69.09%   -0.10%     
==========================================
  Files         425      425              
  Lines       20378    20346      -32     
==========================================
- Hits        14100    14058      -42     
- Misses       5375     5385      +10     
  Partials      903      903              
Impacted Files Coverage Δ
telegram/message/builder.go 68.29% <0.00%> (-11.71%) ⬇️
telegram/message/request.go 72.72% <70.00%> (-1.19%) ⬇️
telegram/message/html/parser.go 83.79% <100.00%> (+0.56%) ⬆️
telegram/message/sender.go 77.19% <100.00%> (+1.26%) ⬆️
telegram/message/styling/option.go 88.88% <100.00%> (+2.22%) ⬆️
telegram/message/text.go 79.54% <100.00%> (+1.49%) ⬆️
telegram/peers/channel.go 72.84% <100.00%> (+2.34%) ⬆️
telegram/peers/chat.go 76.92% <100.00%> (+2.11%) ⬆️
telegram/updates/update.go 71.42% <0.00%> (-28.58%) ⬇️
telegram/updates/state_apply.go 25.00% <0.00%> (-11.72%) ⬇️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a564133...7f51c47. Read the comment docs.

@ernado ernado merged commit c599ab7 into gotd:main Dec 30, 2021
@tdakkota tdakkota deleted the feat/reactions branch December 31, 2021 10:00
This pull request was closed.
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.

message: add As chain parameter
2 participants