File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,4 +87,6 @@ MESSAGE_POLL_CLOSED You can't interact with a closed poll
8787MEDIA_INVALID The media is invalid
8888BOT_SCORE_NOT_MODIFIED The bot score was not modified
8989USER_BOT_REQUIRED The method can be used by bots only
90- IMAGE_PROCESS_FAILED The server failed to process your image
90+ IMAGE_PROCESS_FAILED The server failed to process your image
91+ CALL_ALREADY_ACCEPTED The call is already accepted
92+ CALL_ALREADY_DECLINED The call is already declined
Original file line number Diff line number Diff line change 2828 "e" if sys .getfilesystemencoding () != "utf-8" else "\xe8 "
2929)
3030__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
31- __version__ = "0.11.0 "
31+ __version__ = "0.11.1.develop "
3232
3333from .api .errors import Error
3434from .client .types import (
You can’t perform that action at this time.
0 commit comments