com.annimon.tgbotsmodule.api.methods.interfaces.PaginableMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tgbots-module Show documentation
Show all versions of tgbots-module Show documentation
Simple Java telegram bots runner built on top of the Telegram Bots library
The newest version!
package com.annimon.tgbotsmodule.api.methods.interfaces;
import java.io.Serializable;
public interface PaginableMethod extends Method {
Integer getOffset();
M setOffset(Integer offset);
Integer getLimit();
M setLimit(Integer limit);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy