mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
8d2c7af1f3
* Allow for nested MessageEntities in Message._parse_markdown/html, adjust tests
* remove testing relict
* Use MessageEntitys new equality check (#1465)
* Remove unused variable
* Update to custom_title feature and slow_mode_delay option
Changes:
- custom_title for ChatMember
- new method setChatAdministratorCustomTitle for Bot
- new slow_mode_delay for Chat
Update due to new API future `custom_title` from API 4.5 (https://core.telegram.org/bots/api#december-31-2019)
* Minor typo fix
* Comply with Flake8
* Add new MessageEntities and MarkdownV2
* Added file_unique_id attrs from API 4.5 and updated tests for it
* Fixed test and checked using flake8
* Fixed ChatPhoto documentation
* Fix Flake8
* Add setChatAdminCstmTitle to Bot
* Rename MDV2 methods
* Change files id attrs to unique id
* correct id_attrs for chat_photo
* Revert "temporarily skip tests failing b/c missing api 4.5 (#1738)"
This reverts commit
|
||
---|---|---|
.. | ||
ext | ||
files | ||
games | ||
inline | ||
passport | ||
payment | ||
utils | ||
vendor | ||
__init__.py | ||
__main__.py | ||
base.py | ||
bot.py | ||
callbackquery.py | ||
chat.py | ||
chataction.py | ||
chatmember.py | ||
chatpermissions.py | ||
choseninlineresult.py | ||
constants.py | ||
error.py | ||
forcereply.py | ||
keyboardbutton.py | ||
loginurl.py | ||
message.py | ||
messageentity.py | ||
parsemode.py | ||
poll.py | ||
replykeyboardmarkup.py | ||
replykeyboardremove.py | ||
replymarkup.py | ||
update.py | ||
user.py | ||
userprofilephotos.py | ||
version.py | ||
webhookinfo.py |