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