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
Cover
获取图像封面图像的 URL。
public readonly string Cover { get; }
Property Value
Duration
获取视频的时长。
public readonly TimeSpan Duration { get; }
Property Value
IframePath
获取视频的 iframe 路径。
public readonly string IframePath { get; }
Property Value
OriginUrl
获取嵌入式内容所解析的原始 URL。
public readonly string OriginUrl { get; }
Property Value
Title
获取视频的标题。
public readonly string Title { get; }
Property Value
Type
获取此嵌入式内容的类型。
public EmbedType Type { get; }
Property Value
Url
获取视频所在页面的 URL。
public readonly string Url { get; }