1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:04:40 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
da5fe4ba01
Merge pull request #1557 from ging-dev/action
Ensure actions are broadcasted to the group, not directed to the sender
2024-09-26 20:15:08 +02:00
ging-dev
94da1d2b87 Share group actions with all members 2024-09-26 23:04:47 +07:00

View File

@ -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,
],