Table of Contents

Struct LinkEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个消息中解析出的网址链接嵌入式内容。

public struct LinkEmbed : IEmbed
Implements
Inherited Members

Properties

Color

获取卡片左侧边的颜色。

public readonly Color Color { get; }

Property Value

Color

Description

获取链接指向的网站的页面描述。

public readonly string Description { get; }

Property Value

string

Image

获取预览图像的 URL。

public readonly string Image { get; }

Property Value

string

SiteName

获取链接指向的网站的名称。

public readonly string SiteName { 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