-
Hi. How can I update choises list in sub-command for example after some interaction? For example if I will click on some random button it will add 1 more entry in DB from where I'll parse it to choises list.
I need to refresh Choices list after some trigger(As I said for example button push). Am I need to remove this command and re-create it again when I need? Or there is better solution? |
Beta Was this translation helpful? Give feedback.
Answered by
DARL0K
May 8, 2024
Replies: 1 comment 2 replies
-
Aswer is simple. I used AutoComplete feature. Now it works as I wanted |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DARL0K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aswer is simple. I used AutoComplete feature. Now it works as I wanted