mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 00:14:50 +00:00
Merge branch 'develop' into asyncio
# Conflicts: # pyrogram/__init__.py
This commit is contained in:
commit
d61f9fa458
1 changed files with 3 additions and 0 deletions
|
|
@ -776,6 +776,9 @@ class Client(Methods, BaseClient):
|
||||||
pts = getattr(update, "pts", None)
|
pts = getattr(update, "pts", None)
|
||||||
pts_count = getattr(update, "pts_count", None)
|
pts_count = getattr(update, "pts_count", None)
|
||||||
|
|
||||||
|
if isinstance(update, types.UpdateChannelTooLong):
|
||||||
|
log.warning(update)
|
||||||
|
|
||||||
if isinstance(update, types.UpdateNewChannelMessage):
|
if isinstance(update, types.UpdateNewChannelMessage):
|
||||||
message = update.message
|
message = update.message
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue