Explore the source code of the class Properties.java
package com.antonioaltieri.telegram.botapi;
import com.antonioaltieri.telegram.botapi.types.User;
/**
* Created by Antonio on 11/09/2015.
*/
public class Properties {
public static String Token;
public static User BotUser;
}