io.github.biezhi.tgbot.request.GetWebhookInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-api Show documentation
Show all versions of telegram-bot-api Show documentation
Telegram bot library by Java
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);
}
}