Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface TelegramVideoMetadata {
        caption?: string;
        chat_id: string;
        disable_notification?: boolean;
        parse_mode?: "Markdown" | "MarkdownV2" | "HTML";
        protect_content?: boolean;
        reply_markup?: any;
        supports_streaming?: boolean;
    }
    Index

    Properties

    caption?: string
    chat_id: string
    disable_notification?: boolean
    parse_mode?: "Markdown" | "MarkdownV2" | "HTML"
    protect_content?: boolean
    reply_markup?: any
    supports_streaming?: boolean