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

io.github.zhyshko.core.strategy.MessageIdRetrieveStrategy Maven / Gradle / Ivy

The newest version!
package io.github.zhyshko.core.strategy;

import org.springframework.core.Ordered;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface MessageIdRetrieveStrategy extends Ordered {

    boolean isApplicable(Update update);

    Integer retrieve(Update update);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy