1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00

Compare commits

..

No commits in common. "da5fe4ba01dfc7a13fff9cdc8a19f089d536e412" and "d8fe777b6f68af109a0077a711fdcc8ab37ef583" have entirely different histories.

View File

@ -867,7 +867,7 @@ abstract class AbstractMessage extends Update implements SimpleFilters
return $this->getClient()->methodCallAsyncRead(
'messages.setTyping',
[
'peer' => $this->chatId,
'peer' => $this->senderId,
'top_msg_id' => $this->topicId,
'action' => $action,
],