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

za.co.knonchalant.candogram.handlers.IBotUpdatesHandler Maven / Gradle / Ivy

The newest version!
package za.co.knonchalant.candogram.handlers;

import java.util.List;

public interface IBotUpdatesHandler {

    void handle(List updates);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy