Skip to content

Commit

Permalink
Share group actions with all members
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Sep 26, 2024
1 parent d8fe777 commit 94da1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventHandler/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ public function setAction(Action $action = new Typing): bool
return $this->getClient()->methodCallAsyncRead(
'messages.setTyping',
[
'peer' => $this->senderId,
'peer' => $this->chatId,
'top_msg_id' => $this->topicId,
'action' => $action,
],
Expand Down

0 comments on commit 94da1d2

Please sign in to comment.