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

io.github.biezhi.tgbot.request.GetWebhookInfo Maven / Gradle / Ivy

The newest version!
package io.github.biezhi.tgbot.request;

import io.github.biezhi.tgbot.response.GetWebhookInfoResponse;

/**
 * Stas Parshin
 * 03 October 2016
 */
public class GetWebhookInfo extends BotRequest {

    public GetWebhookInfo() {
        super(GetWebhookInfoResponse.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy