UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

11 lines (10 loc) 289 B
import { InstaSticker } from './insta-sticker'; export declare class AttachmentSticker extends InstaSticker { mediaId: string; mediaOwnerId: string; width: number; height: number; get id(): string; get key(): string; get additionalConfigureProperties(): any; }