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

Share group actions with all members

This commit is contained in:
ging-dev 2024-09-26 23:04:47 +07:00
parent d8fe777b6f
commit 94da1d2b87

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