0c03ab093f
* Update HOWTO.md (#155) - add video edition of this howto, only a draft - add two FAQ's * Update license to MIT * Update HOWTO.md (#155) - add video edition of this howto, only a draft - add two FAQ's * Update license to MIT * Migrate to separate modules * Move to separate modules * Move to separate modules * Move to separate modules
553 B
553 B
To version 2.4.1
- Replace
BotOptions
byDefaultBotOptions
. - At the beginning of your program (before creating your
TelegramBotsApi
instance, add the following line:ApiContextInitializer.init();
- Deprecated (will be removed in next version):
org.telegram.telegrambots.bots.BotOptions
. Useorg.telegram.telegrambots.bots.DefaultBotOptions
instead.getPersonal
fromAnswerInlineQuery
. UseisPersonal
instead.FILEBASEURL
fromFile
. UsegetFileUrl
instead.