fix(VKAPI/Handlers/Newsfeed): add return_banned declaration

This commit is contained in:
Alexander Minkin 2025-02-09 17:20:59 +03:00
parent 87c7c2ec76
commit a1f5fcbe88
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -52,7 +52,7 @@ final class Newsfeed extends VKAPIRequestHandler
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();