TelegramBot / Api

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

fix incorrect check answer from telegram #229

Closed Scarboroid closed 4 years ago

Scarboroid commented 4 years ago

Answer from telegram may has a 'ok' field, but it may be equals to 'false'. If it is false, 'result' field doesn't exist.

iGusev commented 4 years ago

Thanks!