Larabros\Elogram\Repositories\MediaRepository::get PHP Method

get() public method

Get information about a media object.
public get ( string $id ) : Response
$id string The ID of the media object
return Larabros\Elogram\Http\Response
    public function get($id)
    {
        return $this->client->request('GET', "media/{$id}");
    }