File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ async def batch(client: Client, message: Message):
3535
3636 string = f"get-{ f_msg_id * abs (client .db_channel .id )} -{ s_msg_id * abs (client .db_channel .id )} "
3737 base64_string = await encode (string )
38- link = f"https://t .me/{ client .username } ?start={ base64_string } "
38+ link = f"https://telegram .me/{ client .username } ?start={ base64_string } "
3939 reply_markup = InlineKeyboardMarkup ([[InlineKeyboardButton ("🔁 Share URL" , url = f'https://telegram.me/share/url?url={ link } ' )]])
4040 await second_message .reply_text (f"<b>Here is your link</b>\n \n { link } " , quote = True , reply_markup = reply_markup )
4141
@@ -55,6 +55,6 @@ async def link_generator(client: Client, message: Message):
5555 continue
5656
5757 base64_string = await encode (f"get-{ msg_id * abs (client .db_channel .id )} " )
58- link = f"https://t .me/{ client .username } ?start={ base64_string } "
58+ link = f"https://telegram .me/{ client .username } ?start={ base64_string } "
5959 reply_markup = InlineKeyboardMarkup ([[InlineKeyboardButton ("🔁 Share URL" , url = f'https://telegram.me/share/url?url={ link } ' )]])
6060 await channel_message .reply_text (f"<b>Here is your link</b>\n \n { link } " , quote = True , reply_markup = reply_markup )
You can’t perform that action at this time.
0 commit comments