I have url https://t.me/Bot_name?start=mc_dSs8EMrECY1Jvwk How can I follow this link using Program. Or how to send a telegram message to the bot /start with param mc_dSs8EMrECY1Jvwk
I tried using
client.join_chat(url)
the telegram server gives an invalid username error.
also try create inlinebutton with url and clicked on it, but nothing happens