![JAR search and dependency download from the Maven repository](/logo.png)
com.viber.bot.middleware.RequestReceiver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viber-bot Show documentation
Show all versions of viber-bot Show documentation
Use this library to communicate with the Viber API to develop a bot for https://developers.viber.com/.
package com.viber.bot.middleware;
import com.viber.bot.Request;
public interface RequestReceiver {
void acceptRequest(final Request request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy