telegramdesktop / tdesktop

Telegram Desktop messaging app
https://desktop.telegram.org/
Other
26.23k stars 5.21k forks source link

[feature request] [bot api] input suggesstions in private chat #3272

Closed xaota closed 7 years ago

xaota commented 7 years ago

user input "some" bot return suggestion "... text" user tap "... text" input text changed to "some text" bot return suggestion "... input" user tap "... input" input text changed to "some text input" ...

stek29 commented 7 years ago

Sorry, what? You want text completion and moving text to message input area instead of sending it?

xaota commented 7 years ago

yes

MasterGroosha commented 7 years ago

That's an API issue. Bots don't see what users type unless you do it via them in inline-mode. And clicking on result will send message, not edit input field. But it's also an invalid issue since it's not related specifically to Telegram Desktop.

stek29 commented 7 years ago

@xaota Well, there's no "completion" mechanism in API, sorry.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.