tdlib / telegram-bot-api

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

Add has_spoiler to InlineQueryResult #558

Open Sarisan opened 3 months ago

Sarisan commented 3 months ago

If it's possible can we have has_spoiler in InlineQueryResult objects like InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVideo?

levlam commented 3 months ago

Yes, this is possible, but it should be supported first by apps and server-side.