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

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

package io.github.zhyshko.core.strategy;

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

public interface ChatIdRetrieveStrategy extends Ordered {

    boolean isApplicable(Update update);

    Long retrieve(Update update);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy