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

org.telegram.telegrambots.meta.ApiConstants Maven / Gradle / Ivy

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

/**
 * @author Ruben Bermudez
 * @version 1.0
 * Constants needed for Telegram Bots API
 */
public class ApiConstants {
    public static final String BASE_URL = "https://api.telegram.org/bot";
    public static final int GETUPDATES_TIMEOUT = 50;
    public static final String RESPONSE_FIELD_OK = "ok";
    public static final String RESPONSE_FIELD_RESULT = "result";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy