Larabros\Elogram\Repositories\UsersRepository::requestedBy PHP Method

requestedBy() public method

List the users who have requested this user's permission to follow.
public requestedBy ( ) : Response
return Larabros\Elogram\Http\Response
    public function requestedBy()
    {
        return $this->client->request('GET', 'users/self/requested-by');
    }