tg-rs / carapax

A Telegram Bot API framework
MIT License
113 stars 12 forks source link

Rename 'ChatMember::user()' to 'ChatMember::get_user()' #36

Closed Atul9 closed 4 years ago

Atul9 commented 5 years ago

closes #35

rossnomann commented 5 years ago

Thanks. I will merge PR when time comes. It's breaking change and should be released in tgbot 0.5.0.

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will decrease coverage by 0.09%. The diff coverage is 14.28%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #36     +/-   ##
========================================
- Coverage    53.5%   53.4%   -0.1%     
========================================
  Files         154     154             
  Lines        9693    9693             
  Branches     2422    2422             
========================================
- Hits         5186    5177      -9     
  Misses       2273    2273             
- Partials     2234    2243      +9
Impacted Files Coverage Δ
tgbot/src/types/chat/member.rs 25.14% <14.28%> (ø) :arrow_up:
tgbot/src/types/update.rs 42.59% <0%> (-3.25%) :arrow_down:

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 fe14d25...d13cb19. Read the comment docs.