org.telegram.bot.handlers.interfaces.IUsersHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
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