s0rl0v / summarize-300-tg-bot

A telegram bot interface for Yandex GPT 300 API https://300.ya.ru/
https://300.ya.ru/
MIT License
1 stars 1 forks source link

Switch to inline queries #1

Open s0rl0v opened 5 months ago

s0rl0v commented 5 months ago

Currently bot needs to be added to a group in order to parse messages. We can avoid that by switching to inline queries - although, this comes with some downsides, like telegram limitation for a single message - 4096 is a max. Furthermore, it's not possible to send any messages to the chat from which inline query was called, only editing the messages with inline query is allowed.

Thus the requirements are the following: