aiogram_dialog
aiogram_dialog copied to clipboard
Edit Dialog Window after MessageInput and not "republish" it
Dialog windows are normally shown in one chat message by editing this message when user ineracts with it with help of inline buttons. But after usage of text input with MessageInput widget main dialog window is send as new message, and not edited. Is there any way to achive such behaviour, when user input is processed and main dialog is edited and not published one more time?
I am not sure, but maybe using TextInput in place of MessageInput would solve my problem? Is there any example of TextInput widget usage?
Yes. You can set manager.show_mode=ShowMode.EDIT
in you message input callbacle