This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my_visit = {"name": "Рапунцель", "phone": "89286506565", "photo_path": "photo/rapunt.jpg"} | |
| result = Ui_MainWindow.make_svreenshoot(my_visit) 🤏# Вот так получить эту картинку? | |
| @dp.callback_query_handler(text_contains="send") | |
| async def my_cities(call: CallbackQuery): | |
| await call.message.answer_photo(result) |