Update main.py
Browse files
main.py
CHANGED
@@ -271,7 +271,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
|
|
271 |
),
|
272 |
InlineKeyboardButton(
|
273 |
f"{share['share_id']}",
|
274 |
-
callback_data=f"copy_text
|
275 |
),
|
276 |
InlineKeyboardButton(
|
277 |
f"取消",
|
|
|
271 |
),
|
272 |
InlineKeyboardButton(
|
273 |
f"{share['share_id']}",
|
274 |
+
callback_data=f"copy_text:分享码:{share['share_id']}",
|
275 |
),
|
276 |
InlineKeyboardButton(
|
277 |
f"取消",
|