File "InstagramQueryId.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/revslider/includes/InstagramScraper/InstagramQueryId.php
File size: 278 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace InstagramScraper;


class InstagramQueryId
{
    /**
     * id = {{accoundId}}, first = {{count}}, after = {{mediaId}}
     */
    const USER_MEDIAS = '17880160963012870';
    const USER_STORIES = '17890626976041463';
    const STORIES = '17873473675158481';

}