mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Try to change from_id type
This commit is contained in:
parent
95a665464e
commit
d4ee8e3cf3
|
@ -210,7 +210,7 @@ class Message(ChatGetter, SenderGetter, TLObject):
|
||||||
self.legacy = legacy
|
self.legacy = legacy
|
||||||
self.edit_hide = edit_hide
|
self.edit_hide = edit_hide
|
||||||
self.id = id
|
self.id = id
|
||||||
self.from_id = from_id
|
self.from_id = id
|
||||||
self.peer_id = peer_id
|
self.peer_id = peer_id
|
||||||
self.fwd_from = fwd_from
|
self.fwd_from = fwd_from
|
||||||
self.via_bot_id = via_bot_id
|
self.via_bot_id = via_bot_id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user