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

org.telegram.telegrambots.meta.generics.UpdatesReader Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package org.telegram.telegrambots.meta.generics;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * Updates reader interface
 */
public interface UpdatesReader {
    void start();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy