This commit is contained in:
tschulz 2016-05-31 11:14:56 +02:00
parent cc9cda3226
commit 0ff2e13f96

View File

@ -94,7 +94,7 @@ Here is an example:
@Override
public void processNonCommandUpdate(Update update) {
//All non command updated end here
//All non command updates are passed to this method
}
.