This commit is contained in:
yasir 2023-01-11 11:43:53 +07:00
parent 6e6926d162
commit be6f9eebea

View file

@ -87,7 +87,7 @@ async def lk21tes(client, message):
async def lk21page_callback(client, callback_query):
if callback_query.from_user.id != int(callback_query.data.split('#')[3]):
return await callback_query.answer("Not yours..", True)
message_id = callback_query.data.split('#')[2]
message_id = int(callback_query.data.split('#')[2])
chat_id = callback_query.message.chat.id
CurrentPage = int(callback_query.data.split('#')[1])
try: