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

org.telegram.telegrambots.Constants Maven / Gradle / Ivy

There is a newer version: 6.9.7.1
Show newest version
package org.telegram.telegrambots;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * Constants needed for Telegram Bots API
 */
public class Constants {
    public static final int SOCKET_TIMEOUT = 75 * 1000;
    public static final String WEBHOOK_URL_PATH = "callback";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy