telegram-bot-api
telegram-bot-api copied to clipboard
fix: handle boolean response
Issue
In some APIs such as answerCallbackQuery, banchatmember, telegram server return boolean instead of Message struct. It leads to Unmarshal error.
Releated isssues
- #639
- #705