Mention people on telegram using userid (telegramBot) – Telegram API
I am trying to get my telegram bot mention users on telegram who don't have username and want to mention them using userID. Below is my python code.. it doesn't tags those who don't have username. def welcome(update, context, new_member):…