Closed mastarules closed 8 years ago
at the class src/main/java/org/telegram/telegrambots/api/methods/groupadministration/KickChatMember.java
@Override public String toString() { return "SendMessage{" + "chatId='" + chatId + '\'' + ", userId='" + userId + '}'; }
here is a write error i think?
is should be? " '}";
ok i don't know why but it works^^ sry for the issue
at the class src/main/java/org/telegram/telegrambots/api/methods/groupadministration/KickChatMember.java
@Override public String toString() { return "SendMessage{" + "chatId='" + chatId + '\'' + ", userId='" + userId + '}'; }
here is a write error i think?
is should be? " '}";