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

com.antonioaltieri.telegram.botapi.requests.ApiResponse Maven / Gradle / Ivy

package com.antonioaltieri.telegram.botapi.requests;

public interface ApiResponse {

    T getResult();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy