add tgraph

This commit is contained in:
yasir 2023-02-09 14:05:54 +07:00
parent 3ea22177ec
commit 992a55082d

View file

@ -87,6 +87,7 @@ async def telegraph_paste(_, message):
pasted = f"**Successfully upload your media to Telegraph<a href='{url}'>.</a>\n\nUpload by {uname}**"
await msg.edit(pasted, reply_markup=InlineKeyboardMarkup(button))
remove(file)
data = ""
limit = 1024 * 1024
if reply and reply.document: