Interface VideoPlayer

interface VideoPlayer {
    action_id: string;
    author_name: string;
    provider_icon_url: string;
    provider_name: string;
    thumbnail_url: string;
    title: { is_markdown_support: boolean; text: string };
    title_url: string;
    type: "video";
    video_url: string;
}

Properties

action_id: string
author_name: string
provider_icon_url: string
provider_name: string
thumbnail_url: string
title: { is_markdown_support: boolean; text: string }
title_url: string
type: "video"
video_url: string