Table of Contents

Struct BilibiliVideoEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个消息中解析出的哔哩哔哩视频嵌入式内容。

public struct BilibiliVideoEmbed : IEmbed
Implements
Inherited Members

Properties

BvNumber

获取视频的 BV 号。

public readonly string BvNumber { get; }

Property Value

string

Cover

获取图像封面图像的 URL。

public readonly string Cover { get; }

Property Value

string

Duration

获取视频的时长。

public readonly TimeSpan Duration { get; }

Property Value

TimeSpan

IframePath

获取视频的 iframe 路径。

public readonly string IframePath { get; }

Property Value

string

OriginUrl

获取嵌入式内容所解析的原始 URL。

public readonly string OriginUrl { get; }

Property Value

string

Title

获取视频的标题。

public readonly string Title { get; }

Property Value

string

Type

获取此嵌入式内容的类型。

public EmbedType Type { get; }

Property Value

EmbedType

Url

获取视频所在页面的 URL。

public readonly string Url { get; }

Property Value

string