Table of Contents

Enum CardTheme

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the theme of the card.

public enum CardTheme : uint

Fields

Danger = 3

The card shows like an error message.

Info = 4

The card shows like an info message.

Invisible = 7

The card is a text graphic mixed message.

None = 6

The card shows like a dark message.

Primary = 0

The card shows like a regular message.

Secondary = 5

The card shows like a light message.

Success = 1

The card shows like a success message.

Warning = 2

The card shows like a warning message.