TelegramBots icon indicating copy to clipboard operation
TelegramBots copied to clipboard

Java library to create bots using Telegram Bots API

Results 271 TelegramBots issues
Sort by recently updated
recently updated
newest added

Empty lines in logs ![image](https://user-images.githubusercontent.com/38657459/183513106-5c8d92a1-dd6a-469c-8c04-07227b1bd0db.png) ![image](https://user-images.githubusercontent.com/38657459/183513377-b17b451c-77be-43f6-be24-85ec377cdc8c.png)

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?

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...

dependencies