Table of Contents

Enum ElementType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the type of an IElement.

public enum ElementType

Fields

Button = 3

The element is a button element.

Image = 2

The element is an image element.

KMarkdown = 1

The element is a KMarkdown element.

Paragraph = 4

The element is a paragraph struct.

PlainText = 0

The element is a plain text element.