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
Description
获取链接指向的网站的页面描述。
public readonly string Description { get; }
Property Value
Image
获取预览图像的 URL。
public readonly string Image { get; }
Property Value
SiteName
获取链接指向的网站的名称。
public readonly string SiteName { 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; }