TelegramBotAPI v0.26.1 Release Notes

    • TelegramBotAPI:
      • BotCommand now will check and throw error in case when command or description lengths is/are incorrect
      • StorageFile now is common for all platforms
        • JavaScript realization was removed due to its redundancy
        • JVM realization was replaced with fun factory
        • StorageFile now able to accept any factory of Input
        • StorageFileInfo was added to avoid strange collisions with throws in StorageFile
      • Fixes issue with hashTag for markdown
      • InvalidPhotoDimensionsException was added for cases when PHOTO_INVALID_DIMENSION answer received
      • Other fixes