rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.8k stars 1.23k forks source link

showCaptionAboveMedia missing in sendVideo API method #1375

Closed aNNiMON closed 4 months ago

aNNiMON commented 5 months ago

According to the 7.4 documentation:

Added the parameter show_caption_above_media to the methods sendAnimation, sendPhoto, sendVideo, copyMessage, and editMessageCaption.

However, in the sendVideo method this field is missing.