aiogram_dialog icon indicating copy to clipboard operation
aiogram_dialog copied to clipboard

Refactor start_data

Open bomzheg opened this issue 2 years ago • 1 comments

for example copy all start_data to dialog_data or use ChainMap.

getters and handlers will get data from only one source - dialog_data

bomzheg avatar Aug 28 '23 13:08 bomzheg

We need something that could be returned back to on_process_result. So dialog can distringuish different child dialogs. But it's obviuos that we should merge passed other data to dialog_data

Tishka17 avatar Aug 28 '23 13:08 Tishka17