Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unmarshal error when sendChatAction return only bool value #639

Open
peanut996 opened this issue Feb 23, 2023 · 1 comment
Open

Unmarshal error when sendChatAction return only bool value #639

peanut996 opened this issue Feb 23, 2023 · 1 comment

Comments

@peanut996
Copy link

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?

@FluorescentTouch
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants