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

getByShortcode() public method

This method returns the same response as :php:meth:MediaRepository::get
public getByShortcode ( string $shortcode ) : Response
$shortcode string The shortcode of the media object
return Larabros\Elogram\Http\Response
    public function getByShortcode($shortcode)
    {
        return $this->client->request('GET', "media/shortcode/{$shortcode}");
    }