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

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

package org.telegram.telegrambots;

/**
 * @author Lev Nadeinsky
 * @date	2016-11-21
 */
public class Constants {
	public static final String	BASE_URL				= "https://api.telegram.org/bot";
	public static final String	ERROR_DESCRIPTION_FIELD	= "description";
	public static final String	ERROR_CODE_FIELD		= "error_code";
	public static final int		GET_UPDATES_TIMEOUT		= 100;
	public static final String	RESPONSE_FIELD_OK		= "ok";
	public static final String	RESPONSE_FIELD_RESULT	= "result";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy