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

com.payneteasy.telegram.bot.client.webhook.TelegramWebhookResponse Maven / Gradle / Ivy

The newest version!
package com.payneteasy.telegram.bot.client.webhook;

import lombok.Data;

@Data
public class TelegramWebhookResponse {
    // {"ok":true,"result":true,"description":"Webhook was set"}
    private final boolean ok;

    private final boolean result;

    private final String  description;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy