-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
ℹ️ good-first-issueinformation: good-first-issueinformation: good-first-issue
Description
Steps to reproduce
-
from telegram import Bot -
bot: Bot = Bot(token='708626524:abc-token') -
print(bot.to_dict())
Expected behaviour
{'id': 708626524, 'username': 'for_testx_bot', 'first_name': 'For Test'}
Actual behaviour
{'id': 708626524, 'username': 'for_testx_bot', 'first_name': 'for_testx_bot'}
Configuration
Microsoft Windows [Version 10.0.16299.15]
(c) 2017 Microsoft Corporation. All rights reserved.
(venv) E:\Working\Running_Projects\abc>python -m telegram
python-telegram-bot 12.1.1
certifi 2019.09.11
future 0.17.1
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)]
More Info
egonrod
Metadata
Metadata
Assignees
Labels
ℹ️ good-first-issueinformation: good-first-issueinformation: good-first-issue