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

followedBy() public method

Get the list of users this user is followed by.
public followedBy ( ) : Response
return Larabros\Elogram\Http\Response
    public function followedBy()
    {
        return $this->client->request('GET', 'users/self/followed-by');
    }