mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:24:40 +01:00
Merge pull request #1557 from ging-dev/action
Ensure actions are broadcasted to the group, not directed to the sender
This commit is contained in:
commit
da5fe4ba01
@ -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