Table of Contents

Struct BilibiliVideoEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents an embed in a message that links to a Bilibili video.

public struct BilibiliVideoEmbed : IEmbed
Implements
Inherited Members

Properties

BvNumber

A string that represents the Bilibili video number in BV format.

public readonly string BvNumber { get; }

Property Value

string

Cover

A string that represents the cover of the Bilibili video.

public readonly string Cover { get; }

Property Value

string

Duration

A TimeSpan that represents the duration of the Bilibili video.

public readonly TimeSpan Duration { get; }

Property Value

TimeSpan

IframePath

A string that represents the path of the iframe.

public readonly string IframePath { get; }

Property Value

string

OriginUrl

A string that represents the origin URL of the Bilibili video.

public readonly string OriginUrl { get; }

Property Value

string

Title

A string that represents the title of the Bilibili video.

public readonly string Title { get; }

Property Value

string

Type

Gets the type of this embed.

public EmbedType Type { get; }

Property Value

EmbedType

A EmbedType that represents the type of this embed.

Url

Gets the URL of this embed.

public readonly string Url { get; }

Property Value

string

A string that represents the URL of this embed.