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

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

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

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

public interface TelegramConnect {

    AbsSender getAbsSender();

    String getToken();

    void initEventDistributor(EventDistributor eventDistributorService);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy