Update main.py
Browse files
main.py
CHANGED
@@ -569,7 +569,7 @@ async def welcome_start(client: Client, message: Message):
|
|
569 |
f"UserID: `{message.from_user.id}`\n"
|
570 |
f"Username: `{message.from_user.username if message.from_user else None}`\n",
|
571 |
reply_markup=InlineKeyboardMarkup([[
|
572 |
-
InlineKeyboardButton("👀 View User", url=f"tg://
|
573 |
]])
|
574 |
)
|
575 |
await message.reply_text(
|
|
|
569 |
f"UserID: `{message.from_user.id}`\n"
|
570 |
f"Username: `{message.from_user.username if message.from_user else None}`\n",
|
571 |
reply_markup=InlineKeyboardMarkup([[
|
572 |
+
InlineKeyboardButton("👀 View User", url=f"tg://openmessage?user_id={message.from_user.id}")
|
573 |
]])
|
574 |
)
|
575 |
await message.reply_text(
|