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

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

There is a newer version: 2.0.4
Show newest version
package io.github.zhyshko.core.strategy;

import org.telegram.telegrambots.meta.api.objects.Update;

public interface UserIdRetrieveStrategy {

    boolean isApplicable(Update update);

    Long retrieve(Update update);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy