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

io.github.zhyshko.core.facade.UpdateFacade Maven / Gradle / Ivy

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

import io.github.zhyshko.core.util.UpdateWrapper;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface UpdateFacade {

    UpdateWrapper prepareUpdateWrapper(Update update);

    Long getChatId(Update update);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy