Constant Field Values
Contents
io.micronaut.*
-
io.micronaut.chatbots.basecamp.core.BasecampBotConfigurationProperties Modifier and Type Constant Field Value public static final java.lang.String
PREFIX
"micronaut.chatbots.basecamp.bots"
-
io.micronaut.chatbots.basecamp.http.BasecampControllerConfiguration Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_PATH
"/basecamp"
public static final java.lang.String
PREFIX
"micronaut.chatbots.basecamp.endpoint"
-
io.micronaut.chatbots.core.ChatbotsConfiguration Modifier and Type Constant Field Value public static final java.lang.String
PREFIX
"micronaut.chatbots"
-
io.micronaut.chatbots.core.ChatbotsConfigurationProperties Modifier and Type Constant Field Value public static final boolean
DEFAULT_ENABLED
true
public static final java.lang.String
DEFAULT_FOLDER
"botcommands"
-
io.micronaut.chatbots.http.ControllerConfigurationProperties Modifier and Type Constant Field Value public static final boolean
DEFAULT_ENABLED
true
-
io.micronaut.chatbots.telegram.api.InputMediaPhoto Modifier and Type Constant Field Value public static final java.lang.String
TYPE_PHOTO
"photo"
-
io.micronaut.chatbots.telegram.api.send.SendAnimation Modifier and Type Constant Field Value public static final java.lang.String
SEND_ANIMATION
"sendAnimation"
-
io.micronaut.chatbots.telegram.api.send.SendAudio Modifier and Type Constant Field Value public static final java.lang.String
SEND_AUDIO
"sendAudio"
-
io.micronaut.chatbots.telegram.api.send.SendLocation Modifier and Type Constant Field Value public static final java.lang.String
SEND_LOCATION
"sendLocation"
-
io.micronaut.chatbots.telegram.api.send.SendMessage Modifier and Type Constant Field Value public static final java.lang.String
METHOD_SENDMESSAGE
"sendMessage"
-
io.micronaut.chatbots.telegram.api.send.SendPhoto Modifier and Type Constant Field Value public static final java.lang.String
SEND_PHOTO
"sendPhoto"
-
io.micronaut.chatbots.telegram.api.send.SendVideo Modifier and Type Constant Field Value public static final java.lang.String
SEND_VIDEO
"sendVideo"
-
io.micronaut.chatbots.telegram.api.send.SendVoice Modifier and Type Constant Field Value public static final java.lang.String
SEND_VOICE
"sendVoice"
-
io.micronaut.chatbots.telegram.core.TelegramBotConfigurationProperties Modifier and Type Constant Field Value public static final java.lang.String
PREFIX
"micronaut.chatbots.telegram.bots"
-
io.micronaut.chatbots.telegram.core.TokenValidator Modifier and Type Constant Field Value public static final java.lang.String
X_TELEGRAM_BOT_API_SECRET_TOKEN
"X-Telegram-Bot-Api-Secret-Token"
-
io.micronaut.chatbots.telegram.http.TelegramControllerConfiguration Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_PATH
"/telegram"
public static final java.lang.String
PREFIX
"micronaut.chatbots.telegram.endpoint"