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

dev.struchkov.godfather.telegram.quarkus.context.service.TelegramBot Maven / Gradle / Ivy

The newest version!
package dev.struchkov.godfather.telegram.quarkus.context.service;

import org.telegram.telegrambots.meta.bots.AbsSender;

/**
 * TODO: Добавить описание интерфейса.
 *
 * @author upagge [12.02.2020]
 */
public interface TelegramBot {

    AbsSender getAdsSender();

    void initEventDistributor(EventDistributor eventDistributor);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy