2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Dan 2019-02-07 13:23:03 +01:00
commit 048858f545
2 changed files with 4 additions and 2 deletions

View File

@ -88,3 +88,5 @@ MEDIA_INVALID The media is invalid
BOT_SCORE_NOT_MODIFIED The bot score was not modified
USER_BOT_REQUIRED The method can be used by bots only
IMAGE_PROCESS_FAILED The server failed to process your image
CALL_ALREADY_ACCEPTED The call is already accepted
CALL_ALREADY_DECLINED The call is already declined

1 id message
88 BOT_SCORE_NOT_MODIFIED The bot score was not modified
89 USER_BOT_REQUIRED The method can be used by bots only
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

View File

@ -28,7 +28,7 @@ __copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
)
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__version__ = "0.11.0"
__version__ = "0.11.1.develop"
from .api.errors import Error
from .client.types import (