io.github.zhyshko.core.i18n.I18NWrapperPreparer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BotIO Show documentation
Show all versions of BotIO Show documentation
A framework for easy Telegram Bot creation
The newest version!
package io.github.zhyshko.core.i18n;
import io.github.zhyshko.core.i18n.impl.I18NLabelsWrapper;
import io.github.zhyshko.core.util.UpdateWrapper;
import org.springframework.stereotype.Component;
@Component
public interface I18NWrapperPreparer {
I18NLabelsWrapper prepareWrapper(UpdateWrapper wrapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy