rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.77k stars 1.22k forks source link

Write Error in KickChatMember.class #33

Closed mastarules closed 8 years ago

mastarules commented 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? " '}";

mastarules commented 8 years ago

ok i don't know why but it works^^ sry for the issue