We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use this method to get your actual bot first name.
from python_telegram_api import telegram_bot_api bot = telegram_bot_api.TelegramBotApi('xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy') print(bot.getBotFirstName()) >>> myTestBot
Home