Table of Contents

Struct CardEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个消息中解析出的卡片嵌入式内容。

public struct CardEmbed : IEmbed
Implements
Inherited Members

Properties

Card

获取卡片。

public readonly ICard Card { get; }

Property Value

ICard

Type

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

public EmbedType Type { get; }

Property Value

EmbedType