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

com.pengrad.telegrambot.request.GetWebhookInfo Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
package com.pengrad.telegrambot.request;

import com.pengrad.telegrambot.response.GetWebhookInfoResponse;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy