botman / driver-telegram

BotMan Telegram Driver
MIT License
87 stars 75 forks source link

Be able to send venue information #32

Closed Lloople closed 6 years ago

Lloople commented 6 years ago

sendVenue uses the same as sendLocation but adding a title and address parameters to payload, so I considered using the same code and detecting when those parameters are added to change the type.

More information here

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
+ Coverage     77.56%   77.68%   +0.12%     
- Complexity      115      116       +1     
============================================
  Files            11       11              
  Lines           370      372       +2     
============================================
+ Hits            287      289       +2     
  Misses           83       83
Impacted Files Coverage Δ Complexity Δ
src/TelegramDriver.php 93.58% <100%> (+0.08%) 45 <0> (+1) :arrow_up:

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 64f2891...f75f890. Read the comment docs.