Open reefstah opened 9 years ago
The fields of the models and methods are in the current situation pretty ugly and a direct copy of the telegram specification. I think it should follow java standards and then add a JsonProperty on all model fields.
How you gonna handle jackson reading when you change them. Is there some annotation bindings?
Ye for example:
@JsonProperty("chat_id") private int chatId;
The fields of the models and methods are in the current situation pretty ugly and a direct copy of the telegram specification. I think it should follow java standards and then add a JsonProperty on all model fields.