mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 09:58:59 +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(
|
$result = $client->methodCallAsyncRead(
|
||||||
'stories.getStoriesByID',
|
'stories.getStoriesByID',
|
||||||
[
|
[
|
||||||
'user_id' => $this->senderId,
|
'peer' => $this->senderId,
|
||||||
'id' => \array_column($result, 'id'),
|
'id' => \array_column($result, 'id'),
|
||||||
]
|
]
|
||||||
)['stories'];
|
)['stories'];
|
||||||
|
Loading…
Reference in New Issue
Block a user