import { InputStoryContent } from './InputStoryContent.generated'; import { MessageEntity } from './MessageEntity.generated'; import { StoryArea } from './StoryArea.generated'; export interface PostStoryOptionsApplicationJson { business_connection_id: string; content: InputStoryContent; active_period: number; caption?: string; parse_mode?: string; caption_entities?: Array; areas?: Array; post_to_chat_page?: boolean; protect_content?: boolean; }