This commit is contained in:
yasir 2023-01-08 20:46:57 +07:00
parent bc465906ef
commit 67a49cff4f
2 changed files with 2 additions and 2 deletions

View file

@ -473,7 +473,7 @@ async def destroy_msg(_, c_q):
await c_q.answer(f"only {flname} can see this Private Msg!", show_alert=True)
@app.on_callback_query(filters.regex("^imdbinl_"))
@app.on_callback_query(filters.regex("^imdbinl#"))
async def imdb_inl(_, query):
i, user, movie = query.data.split("#")
if user == f"{query.from_user.id}":

View file

@ -130,7 +130,7 @@ async def convertsrt(c, m):
pass
@app.on_callback_query(filters.regex(r"^streamextract_"))
@app.on_callback_query(filters.regex(r"^streamextract#"))
async def stream_extract(bot, update):
cb_data = update.data
usr = update.message.reply_to_message