mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:34:41 +01:00
Compare commits
2 Commits
d8fe777b6f
...
da5fe4ba01
Author | SHA1 | Date | |
---|---|---|---|
da5fe4ba01 | |||
|
94da1d2b87 |
@ -867,7 +867,7 @@ abstract class AbstractMessage extends Update implements SimpleFilters
|
||||
return $this->getClient()->methodCallAsyncRead(
|
||||
'messages.setTyping',
|
||||
[
|
||||
'peer' => $this->senderId,
|
||||
'peer' => $this->chatId,
|
||||
'top_msg_id' => $this->topicId,
|
||||
'action' => $action,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user