You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
org.telegram.telegrambots.meta.api.methods.send.SendPhoto class fields are not annotated with @JsonProperty annotation, that is why always telegram bot api returns 400 Bad request with content of "chat_id" not found!
To Reproduce
Steps to reproduce the behavior:
Go to org.telegram.telegrambots.meta.api.methods.send.SendPhoto
Annotate chatId and other fields with @JsonProperty annotation