Table of Contents

Enum EmbedType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the type of an embed.

public enum EmbedType

Fields

BilibiliVideo = 3

Represents an embed that is a Bilibili video.

Card = 4

Represents an embed that is a card.

Image = 2

Represents an embed that is an image.

Represents an embed that is a link.

NotImplemented = 0

Represents an embed that is not implemented.