Class TelegramBotProperties
java.lang.Object
io.github.yvasyliev.forwarder.telegram.bot.configuration.TelegramBotProperties
@ConfigurationProperties("telegram.bot")
@Validated
public class TelegramBotProperties
extends Object
Configuration properties for the Telegram bot.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetBotToken(String botToken) voidsetVersion(String version) toString()
-
Constructor Details
-
TelegramBotProperties
public TelegramBotProperties()
-
-
Method Details
-
getBotToken
-
getVersion
-
setBotToken
-
setVersion
-
equals
-
canEqual
-
hashCode
-
toString
-