1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:34:44 +01:00
This commit is contained in:
َAhJ 2023-09-23 21:00:11 +03:30
parent 287d204f21
commit 0b467ebfd9

View File

@ -287,7 +287,7 @@ abstract class AbstractMessage extends Update implements SimpleFilters
$result = $client->methodCallAsyncRead(
'stories.getStoriesByID',
[
'user_id' => $this->senderId,
'peer' => $this->senderId,
'id' => \array_column($result, 'id'),
]
)['stories'];