Update global search to properly use offset_rate

This commit is contained in:
Lonami Exo
2020-10-01 12:06:51 +02:00
parent 8ce7e776c1
commit 668dcd52ca
2 changed files with 12 additions and 10 deletions

View File

@@ -84,6 +84,7 @@ class Message(ChatGetter, SenderGetter, TLObject, abc.ABC):
from_id (:tl:`Peer`):
The peer who sent this message, which is either
:tl:`PeerUser`, :tl:`PeerChat` or :tl:`PeerChannel`.
This value will be `None` for anonymous messages.
reply_to (:tl:`MessageReplyHeader`):
The original reply header if this message is replying to another.