Table of Contents

Enum MessageType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the type of a message.

public enum MessageType

Fields

Audio = 8

Represents that the type of the message contains a voice message.

Card = 10

Represents that the type of the message contains cards.

File = 4

Represents that the type of the message contains a file.

Image = 2

Represents that the type of the message contains an image.

KMarkdown = 9

Represents that the type of the message contains a KMarkdown message.

Poke = 12

Represents that the type of the message contains a poke action.

System = 255

Represents that the type of the message originates from KOOK system.

Text = 1

Represents that the type of the message contains plain text.

Video = 3

Represents that the type of the message contains a video.