(bot, query)
| 98 | |
| 99 | @Client.on_callback_query(filters.regex(r'^back')) |
| 100 | async def back(bot, query): |
| 101 | reply_markup = InlineKeyboardMarkup(main_buttons) |
| 102 | await query.message.edit_text( |
| 103 | reply_markup=reply_markup, |
| 104 | text=Script.START_TXT.format(query.from_user.first_name)) |
| 105 | |
| 106 | # Don't Remove Credit Tg - @VJ_Botz |
| 107 | # Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ |
nothing calls this directly
no outgoing calls
no test coverage detected