TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.09k stars 324 forks source link

Add parse_mode parameter to editMessageCaption() #198

Closed flaksp closed 4 years ago

flaksp commented 5 years ago

parse_mode parameter exists in API, but missing in the library:

image

This PR does not break backward compatibility.

codiflow commented 4 years ago

I recommend this to be merged :+1:

MyZik commented 4 years ago

Thank you!