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

com.payneteasy.telegram.bot.client.http.ITelegramHttpClient Maven / Gradle / Ivy

package com.payneteasy.telegram.bot.client.http;

public interface ITelegramHttpClient {

     T get(String aMethodName, Class aResponseClass);

     T post(String aMethodName, R aRequest, Class aResponseClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy