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

dev.struchkov.godfather.telegram.simple.context.service.TelegramSending Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package dev.struchkov.godfather.telegram.simple.context.service;

import dev.struchkov.godfather.simple.context.service.SendingService;
import dev.struchkov.godfather.simple.domain.BoxAnswer;
import dev.struchkov.godfather.simple.domain.SentBox;

import java.util.Optional;

public interface TelegramSending extends SendingService {

    Optional sendNotSave(BoxAnswer boxAnswer);

    void replaceInlineMessage(String inlineMessageId, BoxAnswer boxAnswer);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy