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

org.telegram.telegrambots.webhook.TelegramWebhookBot Maven / Gradle / Ivy

There is a newer version: 7.10.0
Show newest version
package org.telegram.telegrambots.webhook;

import org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethod;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface TelegramWebhookBot {
    void runDeleteWebhook();

    void runSetWebhook();

    BotApiMethod consumeUpdate(Update update);

    String getBotPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy