TV/Send_message/custom_refferal_level/buttons

This commit is contained in:
Vladless
2024-12-28 22:46:20 +03:00
parent b1276c42a4
commit 579a8ca7e4
+4 -1
View File
@@ -216,7 +216,10 @@ async def handle_connect_vpn(callback_query: CallbackQuery, session: Any):
)
builder.row(
InlineKeyboardButton(
text="💻 Windows/Linux", callback_data=f"connect_pc|{email}"
text="💻 Компьютеры", callback_data=f"connect_pc|{email}"
),
InlineKeyboardButton(
text="📺 Андроид TV", callback_data=f"connect_tv|{email}"
)
)
builder.row(