1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
Albert 5e0da40fcd Fix "invite link must be non-empty" error
`bot.edit_chat_invite_link` method contained a mistake: `invite_link` and `name` were supposed to be vice-versa in `apihelper.edit_chat_invite_link(...)` call. This caused to be invite_link empty or contain invalid value, resulting to get `Bad Request: invite link must be non-empty` error.
This also affected the async version.
2023-01-21 17:00:36 +04:00
..
asyncio_storage Make create_dir() method cross-platform instead of POSIX only. 2023-01-06 22:36:08 +02:00
ext
storage Make create_dir() method cross-platform instead of POSIX only. 2023-01-06 22:36:08 +02:00
__init__.py Fix "invite link must be non-empty" error 2023-01-21 17:00:36 +04:00
apihelper.py
async_telebot.py Fix "invite link must be non-empty" error 2023-01-21 17:00:36 +04:00
asyncio_filters.py
asyncio_handler_backends.py
asyncio_helper.py
callback_data.py
custom_filters.py
formatting.py
handler_backends.py
service_utils.py Being specific with except block 2023-01-08 10:49:27 +04:00
types.py Fix type of attribute id of InlineQuery from int to str 2023-01-15 15:04:07 +02:00
util.py Remove redundant function 2023-01-16 15:45:59 +02:00
version.py Bump version to 4.9/0 2023-01-02 18:00:20 +03:00