pengrad / java-telegram-bot-api

Telegram Bot API for Java
https://core.telegram.org/bots
Apache License 2.0
1.81k stars 374 forks source link

`toString()` of `SendResponse` erase `BaseResponse` fields #126

Closed vitalyster closed 6 years ago

vitalyster commented 6 years ago

... especially errorCode and description. If you are ok with https://github.com/pengrad/java-telegram-bot-api/pull/123 changes I will also add the same to responses and it will fix this issue

pengrad commented 6 years ago

Thanks, will comment in PR