UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

9 lines (8 loc) 214 B
import { InstaSticker } from './insta-sticker'; export declare class HashtagSticker extends InstaSticker { tagName: string; width: number; height: number; get id(): string; get key(): string; }