ultra-telegram-framework
    Preparing search index...

    Interface RepostStoryParams

    interface RepostStoryParams {
        active_period: number;
        business_connection_id: string;
        from_chat_id: number;
        from_story_id: number;
        post_to_chat_page?: boolean;
        protect_content?: boolean;
    }
    Index

    Properties

    active_period: number

    Period after which the story is moved to the archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400

    business_connection_id: string

    Unique identifier of the business connection

    from_chat_id: number

    Unique identifier of the chat which posted the story that should be reposted

    from_story_id

    from_story_id: number

    Unique identifier of the story that should be reposted

    Optionalpost_to_chat_page

    post_to_chat_page?: boolean

    Pass True to keep the story accessible after it expires

    protect_content?: boolean

    Pass True if the content of the story must be protected from forwarding and screenshotting