tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.11k stars 593 forks source link

Make InlineQueryResultVideo title optional #557

Closed Sarisan closed 5 months ago

Sarisan commented 6 months ago

Is there a real reason to keep it required? I have to use InlineQueryResultMpeg4Gif for videos to make it look standardized with titleless InlineQueryResultPhoto and InlineQueryResultGif.

levlam commented 6 months ago

Currently, videos are shown as articles, because they can be big and often can't be downloaded when used as a result in inline mode. Therefore, the title is required for them.