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

follows() public method

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