backup
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package hdvtdev.telegram.core;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
public record InvokeMethod(Method method, Class<?> parameterType) {
|
||||
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
package hdvtdev.telegram.core;
|
||||
|
||||
import hdvtdev.telegram.core.objects.Update;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface UpdateExecutor {
|
||||
|
||||
void execute(Update update);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user