mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
fix(VKAPI/Handlers/Newsfeed): add return_banned declaration
This commit is contained in:
parent
87c7c2ec76
commit
a1f5fcbe88
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ final class Newsfeed extends VKAPIRequestHandler
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGlobal(string $fields = "", int $start_from = 0, int $start_time = 0, int $end_time = 0, int $offset = 0, int $count = 30, int $extended = 0, int $rss = 0)
|
public function getGlobal(string $fields = "", int $start_from = 0, int $start_time = 0, int $end_time = 0, int $offset = 0, int $count = 30, int $extended = 0, int $rss = 0, int $return_banned = 0)
|
||||||
{
|
{
|
||||||
$this->requireUser();
|
$this->requireUser();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue