This commit is contained in:
hdvt
2025-11-13 23:51:01 +03:00
parent a8b772a5ea
commit a9742134b2
5 changed files with 7 additions and 22 deletions

View File

@@ -1,7 +0,0 @@
package hdvtdev.telegram.core;
import java.lang.reflect.Method;
public record InvokeMethod(Method method, Class<?> parameterType) {
}

View File

@@ -1,10 +0,0 @@
package hdvtdev.telegram.core;
import hdvtdev.telegram.core.objects.Update;
@FunctionalInterface
public interface UpdateExecutor {
void execute(Update update);
}