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

bot.model.handling.HandleCallbackQuery Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package bot.model.handling;

import bot.model.query.Query;
import bot.timed.TimedAbsSender;
import org.telegram.telegrambots.api.objects.CallbackQuery;

/**
 * Created by Luca Mosetti on 2017
 */
public interface HandleCallbackQuery {

    /**
     * Respond to a CallbackQuery send by a client
     *
     * @param absSender used to send the respond(s)
     * @param cbq       callBackQuery
     * @param query     query
     */
    void respondCallbackQuery(TimedAbsSender absSender, CallbackQuery cbq, Query query);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy