Fix toString method

This commit is contained in:
Rubenlagus 2016-05-01 23:02:22 +02:00
parent b2c09a902d
commit 66c6c5257d

View File

@ -125,6 +125,7 @@ public class Update implements IBotApiObject {
", message=" + message +
", inlineQuery=" + inlineQuery +
", chosenInlineQuery=" + chosenInlineQuery +
", callbackQuery=" + callbackQuery +
'}';
}
}