mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Use the correct type in apply_channel_difference
This one should not change the behaviour, but it's done for consistency.
This commit is contained in:
parent
d5bfb71e10
commit
5e46b6365c
|
@ -625,7 +625,7 @@ class MessageBox:
|
|||
self.end_get_diff(entry)
|
||||
|
||||
self.map[entry].pts = diff.pts
|
||||
diff.other_updates.extend(tl.UpdateNewMessage(
|
||||
diff.other_updates.extend(tl.UpdateNewChannelMessage(
|
||||
message=m,
|
||||
pts=NO_SEQ,
|
||||
pts_count=NO_SEQ,
|
||||
|
|
Loading…
Reference in New Issue
Block a user