MCPcopy Create free account
hub / github.com/VJBots/VJ-Forward-Bot / back

Function back

plugins/commands.py:100–104  ·  view source on GitHub ↗
(bot, query)

Source from the content-addressed store, hash-verified

98
99@Client.on_callback_query(filters.regex(r'^back'))
100async 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected