Interface TelegramBotConfiguration
-
- All Superinterfaces:
BotConfiguration
,io.micronaut.core.naming.Named
,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
TelegramBotConfigurationProperties
public interface TelegramBotConfiguration extends BotConfiguration
Telegram Bot Configuration.- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAtUsername()
java.lang.String
getToken()
-