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

org.telegram.bot.handlers.interfaces.IUsersHandler Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.bot.handlers.interfaces;

import org.telegram.api.user.TLAbsUser;

import java.util.List;

/**
 * @author Ruben Bermudez
 * @version 2.0
 * @brief Interface for handle received users
 * @date 22 of May of 2015
 */
public interface IUsersHandler {
    void onUsers(List users);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy