All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.struchkov.godfather.telegram.simple.context.service.EventDistributor Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package dev.struchkov.godfather.telegram.simple.context.service;

import org.jetbrains.annotations.NotNull;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface EventDistributor {

    void processing(@NotNull Update update);

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy