instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
14 lines (13 loc) • 368 B
TypeScript
import { InstaSticker } from './insta-sticker';
export declare class QuestionSticker extends InstaSticker {
question: string;
backgroundColor?: string;
textColor?: string;
profilePicUrl?: string;
questionType?: 'text' | 'music';
viewerCanInteract?: boolean;
width: number;
height: number;
get id(): string;
get key(): string;
}