Merge pull request #61 from rubenlagus/dev

Fix toString method
This commit is contained in:
Ruben Bermudez 2016-05-01 23:03:08 +02:00
commit 0d86836e14

View File

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