mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:34:44 +01:00
fixing
This commit is contained in:
parent
287d204f21
commit
0b467ebfd9
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user