12 lines
228 B
Java
Raw Normal View History

2016-01-14 01:14:53 +01:00
package org.telegram.api.methods;
/**
* @author Ruben Bermudez
* @version 1.0
* @brief TODO
* @date 20 of June of 2015
*/
public class Constants {
public static final String BASEURL = "https://api.telegram.org/bot";
}