Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Does keybase support buttons in a response eg. for clickable preset messages? #187

Open
KINKCreative opened this issue Oct 21, 2019 · 1 comment

Comments

@KINKCreative
Copy link

Sorry for asking here, but I tried searching for it everywhere. Is there such a thing as buttons in a chatbot response, that would have the user submit a pre-generated message? Eg click [1] to send "awesome!" or [2] to send "no thanks" type of thing.

Something similar is done with the payment - eg when you click to send XLM to a wallet, in the end that click also gets sent out as a direct message.

@pzduniak
Copy link
Member

There's no such functionality but as a workaround you could react to your messages with text (rather than emojis) and wait for the user to click either of the presented buttons. Before the last season of GoT we had a bot where you could guess who's gonna die and who's gonna live and it used this kind of a UI:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@pzduniak @KINKCreative and others