Closed xaota closed 7 years ago
Sorry, what? You want text completion and moving text to message input area instead of sending it?
yes
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.
@xaota Well, there's no "completion" mechanism in API, sorry.
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.
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" ...