TelegramBots
TelegramBots copied to clipboard
Java library to create bots using Telegram Bots API
Empty lines in logs  
Hi, Could you please help me to understand why I can't send this video to telegram? Link to video: https://v.redd.it/0w3soe17hve91/DASH_1080.mp4 **My code** ```java SendVideo sendVideo = SendVideo.builder() .chatId(String.valueOf(CHANNEL_ID)) .video(new InputFile("https://v.redd.it/0w3soe17hve91/DASH_1080.mp4"))...
**Exposure Of Sensitive Information To An Unauthorized Actor** Apache commons-codec before 1.13 is vulnerable to information exposure. More info
**Describe the bug** I am able to retrieve the `file_path` of a sticker that has been sent into the bot. I can retrieve the InputFile of still-image stickers (`.webp` format)...
**Is your feature request related to a problem? Please describe.** it's to complicated to update command list via botFather every time when anyone change source code. **Describe the solution you'd...
How to send multiple pictures?
Makes dependency version management easier
Since the class on ApiMethodMessage implements the general behavior of a method deserializeResponse returning an object Message
Bumps [shiro-core](https://github.com/apache/shiro) from 1.9.0 to 1.9.1. Commits 2b53211 [maven-release-plugin] prepare release shiro-root-1.9.1 6bcb92e Add support for case-insensitive matching to RegExPatternMatcher 422166d Merge pull request #364 from apache/shiro-871-19x 0db440a Apply principalSuffix...