public class TelegramBotSettings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_TELEGRAM_BOT |
static String |
SKEY_FIRST_NAME |
static String |
SKEY_ID |
static String |
SKEY_IS_BOT |
static String |
SKEY_TOKEN |
static String |
SKEY_USERNAME |
Constructor and Description |
---|
TelegramBotSettings() |
Modifier and Type | Method and Description |
---|---|
static TelegramBotSettings |
get() |
void |
save() |
void |
updateInternal() |
public static final String KEY_TELEGRAM_BOT
public static final String SKEY_TOKEN
public static final String SKEY_ID
public static final String SKEY_IS_BOT
public static final String SKEY_FIRST_NAME
public static final String SKEY_USERNAME
public static TelegramBotSettings get()
public void save()
public void updateInternal()
Copyright © 2015–2019. All rights reserved.