mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Updated README, minor changes and pip ready
The module is now ready to be installed via pip README.md has been updated to reflect these changes Minor changes to the interactive client example Versioning is now done by editting TelegramClient's __version__, rather than looking for the string
This commit is contained in:
@@ -176,7 +176,7 @@ class BadMessageError(Exception):
|
||||
ErrorMessages = {
|
||||
16: 'msg_id too low (most likely, client time is wrong it would be worthwhile to '
|
||||
'synchronize it using msg_id notifications and re-send the original message '
|
||||
'with the “correct” msg_id or wrap it in a container with a new msg_id if the '
|
||||
'with the "correct" msg_id or wrap it in a container with a new msg_id if the '
|
||||
'original message had waited too long on the client to be transmitted).',
|
||||
|
||||
17: 'msg_id too high (similar to the previous case, the client time has to be '
|
||||
|
Reference in New Issue
Block a user