MMM-TelegramBot
MMM-TelegramBot copied to clipboard
favorites command - short description
Hello,
There is a way to set the favorites commands a short description? For example if I set a favorites command that it's shell command - when I run /favor I can't see the all line because it's long. So if for every favorites command I can set a short description that will be great.
Thank you.
Good idea, I will see what can I do ;)
@chen32g It's a very, very late reply.
The custom keyboard cannot have a button caption or title, so it is impossible to show alias or description instead of the message itself.
Instead, I provide two helping options.
- Multi-row buttons. It could be achieved by an Array of Array structure.
favourites:[["/commands blah blah blah blah blah blah blah"], ["/modules"], ["/hideall", "/showall"]],
- And I provide a
menu
button to look around or search commands easily.
It will show the following;
This feature is applied from 1.5.0