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

com.viber.bot.middleware.RequestReceiver Maven / Gradle / Ivy

package com.viber.bot.middleware;

import com.viber.bot.Request;

public interface RequestReceiver {
    void acceptRequest(final Request request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy