EdJoPaTo
EdJoPaTo
Interesting idea. Not sure if that's easy or messy to add. I will look into it when I find the time.
The joinLastRow parameter is used on startup to create the keyboard structure. It is not used afterwards. Which means… refactoring that will be messy / not as simple. https://github.com/EdJoPaTo/telegraf-inline-menu/blob/ff9823cac16dd646e412669ba3aa28a4d3203bf1/source/keyboard.ts#L37-L46
Sorry for my late response. Im not sure why this fails, just from looking at it, it looks fine. Personally I would try to specify the return type of the...
> also when I used it in my code the bot has lost the commands configured with bothfather (don't know if is a bug or I implemented wrong) As bots...
Investigate (still a TODO): It should be possible to create something like an InlineWizzard based on `MenuLike` that will be introduced with version 5.
Hooks do not seem as easy as I have hoped for. I think for now this is a bit annoying to implement. Personally I can work without them so I...
Is there something preventing this to be merged? What can I do?
You are right, I did not thought of the single value response "array". My main point for doing this was the undefined response. Debounced workers will often have no response...
From reading your answer I think there is a misunderstanding in my first report. Generally GitHub uses the `-` for all the spaces and so on but in case of...
I think the main question ends at the question which markdown to html implementation are you targeting? As these different implementations have different h-tag id implementations they differ quite a...