Update Telegram sendVideo method

It would be cool to update the sendVideo method and add the supports_streaming, has_spoiler, protect_content and show_caption_above_media parameters. In particular, adding at least the supports_streaming option would be a great solution so that you don’t have to download the entire video before you start watching it. This is especially relevant if you use the Telegram Bot API server locally with a limit on sending files up to 2GB. This parameter could be made working by default.

I’m not sure if my request does not repeat this proposal, but supports_streaming was added in Bot API 3.6, but sendVideo has a message_thread_id parameter added in Bot API 6.3, I think this is a separate request.

Any resources to support this?

Are you willing to work on this?

I’ll see what I can do, but I won’t guarantee or promise anything. At first glance, adding these options looks very simple, but I can’t really estimate the scale like the n8n developers