isul
isul
Currently, the original author of this program did not apply the code I modified. Try the source code from the link below where the problem is fixed. https://github.com/isul/duplicator > >...
The following two classes seem to require some member variables. Chat.java ------------------------------------------------------- @JsonProperty("all_members_are_administrators") private boolean allMembersAreAdministrators; Message.java ------------------------------------------------------- @JsonProperty("new_chat_participant") private User newChatParticipant; @JsonProperty("left_chat_participant") private User leftChatParticipant;