![JAR search and dependency download from the Maven repository](/logo.png)
net.mossol.bot.connection.RetrofitConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of line_bot_mossol-lib Show documentation
Show all versions of line_bot_mossol-lib Show documentation
Line Bot Mossol (line_bot_mossol-lib)
package net.mossol.bot.connection;
import net.mossol.bot.model.LineReplyRequest;
public interface RetrofitConnection {
void sendReply(LineReplyRequest request);
void leaveRoom(LineReplyRequest request, String groupId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy