telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Unmarshal error when sendChatAction return only bool value

Open peanut996 opened this issue 2 years ago • 1 comments

When send a chat action typing telegram api will only return "true" which cause

err: json: cannot unmarshal bool into Go value of type tgbotapi.Message

so should we add more judgement when unmarshal api response?

peanut996 avatar Feb 23 '23 05:02 peanut996

When send a chat action typing telegram api will only return "true" which cause

err: json: cannot unmarshal bool into Go value of type tgbotapi.Message

so should we add more judgement when unmarshal api response?

Read this comment, that should help

FluorescentTouch avatar May 15 '23 13:05 FluorescentTouch