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