😁 Button Added Sir 🤓

This commit is contained in:
Abir Hasan
2021-04-21 00:53:36 +06:00
committed by GitHub
parent 5be9a28bd9
commit 3a1dfc2afd

View File

@@ -125,7 +125,9 @@ async def start(b, m):
msg_text = "Bruh! 😁\nYour Link Generated! 🤓\n\n📂 **File Name:** `{}`\n**File Size:** `{}`\n\n📥 **Download Link:** `{}`"
await m.reply_text(
text=msg_text.format(file_name, file_size, stream_link)
text=msg_text.format(file_name, file_size, stream_link),
parse_mode="Markdown",
reply_markup=InlineKeyboardMarkup([[InlineKeyboardButton("Download Now", url=stream_link)]])
)
@@ -179,4 +181,4 @@ async def help_handler(bot, message):
[InlineKeyboardButton("Developer", url="https://t.me/AbirHasan2005")]
]
)
)
)