UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

12 lines (11 loc) 306 B
import { InstaSticker } from './insta-sticker'; export declare class ChatSticker extends InstaSticker { text: string; startBackgroundColor?: string; endBackgroundColor?: string; hasStartedChat?: boolean; width: number; height: number; get id(): string; get key(): string; }