From 94da1d2b8754abf93b39ddee8f4e7d2b1808d8f9 Mon Sep 17 00:00:00 2001 From: ging-dev Date: Thu, 26 Sep 2024 23:04:47 +0700 Subject: [PATCH] Share group actions with all members --- src/EventHandler/AbstractMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventHandler/AbstractMessage.php b/src/EventHandler/AbstractMessage.php index 4bf956efd..cab5a5d84 100644 --- a/src/EventHandler/AbstractMessage.php +++ b/src/EventHandler/AbstractMessage.php @@ -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, ],