
org.telegram.telegrambots.ApiConstants Maven / Gradle / Ivy
package org.telegram.telegrambots;
/**
* @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 - 2025 Weber Informatics LLC | Privacy Policy