mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:24:40 +01:00
Share group actions with all members
This commit is contained in:
parent
d8fe777b6f
commit
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